mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-22 19:29:39 +00:00
b56e028733
For the most important packages at least.
6 lines
147 B
Go
6 lines
147 B
Go
/*
|
|
Package crypto contains implementation of crypto functions used by Neo.
|
|
|
|
This package itself just has some useful interfaces.
|
|
*/
|
|
package crypto
|