mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-23 03:38:35 +00:00
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
|