neoneo-go/pkg/crypto
Roman Khimov ddad9ac9a3 hash: simplify merkle tree error handling
buildMerkleTree() is internal to the hash package and if anyone calls it with
`len(leaves) == 0` he deserves a panic. As it's the only error case in it, we
can remove error value return from this function and simplify NewMerkleTree().
2019-12-25 14:38:48 +03:00
..
hash hash: simplify merkle tree error handling 2019-12-25 14:38:48 +03:00
keys crypto: internalize aes functions into the keys package 2019-12-25 11:25:05 +03:00
address.go util: add LE suffix to Uint160 methods 2019-12-06 12:16:55 +03:00
address_test.go util: add LE suffix to Uint160 methods 2019-12-06 12:16:55 +03:00
base58.go crypto: use mr-tron/base58 for base58 2019-09-09 13:12:55 +03:00
base58_test.go crypto: change files mode to 644 (some *.go had exec flags set) 2019-09-17 15:34:00 +03:00