crypto is the cryptographic package originally adapted for Tendermint's uses.
To get the interfaces,
import "github.com/gnolang/gno/libs/crypto"
For any specific algorithm, use its specific module e.g.
import "github.com/gnolang/gno/libs/crypto/ed25519"