Documentation ¶
Overview ¶
Package sikep503 implements the key encapsulation mechanism SIKEp503.
Index ¶
Constants ¶
View Source
const ( SeedSize = 32 EncapsulationSeedSize = 32 )
Variables ¶
This section is empty.
Functions ¶
func GenerateKeyPair ¶
Types ¶
type PrivateKey ¶
type PrivateKey struct {
// contains filtered or unexported fields
}
func (*PrivateKey) Equal ¶
func (sk *PrivateKey) Equal(other kem.PrivateKey) bool
func (*PrivateKey) MarshalBinary ¶
func (sk *PrivateKey) MarshalBinary() ([]byte, error)
func (*PrivateKey) Public ¶
func (sk *PrivateKey) Public() kem.PublicKey
func (*PrivateKey) Scheme ¶
func (sk *PrivateKey) Scheme() kem.Scheme
Click to show internal directories.
Click to hide internal directories.