forked from TrueCloudLab/neoneo-go
6 lines
111 B
Go
6 lines
111 B
Go
/*
|
|
Package hash contains wrappers for Neo hashing algorithms.
|
|
|
|
It also implements Merkle tree.
|
|
*/
|
|
package hash
|