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