Documentation
¶
Index ¶
Constants ¶
View Source
const ( N2 = 32 // ceil(log2(q) / 8) N = N2 / 2 NOSIGN = 3 )
View Source
const ( // PublicKeySize is the size, in bytes, of public keys as used in this package. PublicKeySize = 32 // PrivateKeySize is the size, in bytes, of private keys as used in this package. PrivateKeySize = 64 // SignatureSize is the size, in bytes, of signatures generated and verified by this package. SignatureSize = 64 )
Variables ¶
Functions ¶
Types ¶
type CachedGroupElement ¶
type CachedGroupElement struct {
Z, T2d edwards25519.FieldElement
// contains filtered or unexported fields
}
copied from edwards25519.go and const.go in golang.org/x/crypto/ed25519/internal/edwards25519
Click to show internal directories.
Click to hide internal directories.