7 lines
111 B
Go
7 lines
111 B
Go
|
/*
|
||
|
Package hash contains wrappers for Neo hashing algorithms.
|
||
|
|
||
|
It also implements Merkle tree.
|
||
|
*/
|
||
|
package hash
|