Files
go-i2p/lib/crypto/ed25519.go

5 lines
79 B
Go
Raw Normal View History

package crypto
type Ed25519PublicKey [32]byte
type Ed25519PrivateKey [32]byte