forked from TrueCloudLab/neoneo-go
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
|