neoneo-go/pkg/crypto/hash
Roman Khimov 3fa6ba9c7b hash: simplify ripemd160 usage
Go's Hash is explicitly specified to never return an error on Write(), and our
own decoding functions only check for length which is gonna be right in every
case so it makes no sense returning errors from these functions.
2019-08-26 13:32:19 +03:00
..
hash.go hash: simplify ripemd160 usage 2019-08-26 13:32:19 +03:00
hash_test.go hash: simplify ripemd160 usage 2019-08-26 13:32:19 +03:00