Documentation ¶
Index ¶
Constants ¶
View Source
const ( Modp5 = 5 /* 1536-bit MODP Group */ Modp14 = 14 /* 2048-bit MODP Group */ Modp15 = 15 /* 3072-bit MODP Group */ Modp16 = 16 /* 4096-bit MODP Group */ Modp17 = 17 /* 6144-bit MODP Group */ Modp18 = 18 /* 8192-bit MODP Group */ )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrivateKey ¶
func (*PrivateKey) Generate ¶
func (p *PrivateKey) Generate(r io.Reader) (*PrivateKey, error)
func (*PrivateKey) PublicKey ¶
func (p *PrivateKey) PublicKey() *PublicKey
func (*PrivateKey) SetGroup ¶
func (p *PrivateKey) SetGroup(g int) *PrivateKey
func (*PrivateKey) String ¶
func (p *PrivateKey) String() string
type PublicKey ¶
func (*PublicKey) ModInverse ¶
Directories ¶
Path | Synopsis |
---|---|
Utility to use with blake2b MAC.
|
Utility to use with blake2b MAC. |
Utility to use with blake2b MAC.
|
Utility to use with blake2b MAC. |
Click to show internal directories.
Click to hide internal directories.