Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CipherSuite ¶
type CipherSuiteID ¶
type CipherSuiteID int
type Group ¶
type Group interface { M() Element N() Element RandomElement() (Element, error) RandomScalar() (Scalar, error) CofactorScalar() Scalar ClearCofactor(Element) Element Order() *big.Int String() string // name of the group ScalarLen() int // Max length of scalars in bytes Scalar() Scalar // Create new scalar ElementLen() int // Max length of element in bytes Element() Element // Create new element }
Click to show internal directories.
Click to hide internal directories.