6 lines
80 B
Go
6 lines
80 B
Go
package crypto
|
|
|
|
|
|
type Ed25519PublicKey [32]byte
|
|
type Ed25519PrivateKey [32]byte
|