Articles by tag: sha256
Git bundle and SHA-256 for code transfer
Learn how to record software transfer via Git bundle and SHA-256 hash in acts. Avoid disputes: precise repository verification for developers. Practical commands.
Merkle Tree on Go: generics and proof
Implementation of Merkle Tree on Golang with generics. Proof of inclusion in O(log N), CBOR hashing, code examples. For middle/senior dev — study and apply in blockchains.