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
|