Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for encryptionKey (0.07 sec)

  1. lib/fips140/v1.1.0-rc1.zip

    *DecapsulationKey768) EncapsulationKey() *EncapsulationKey768 { return &EncapsulationKey768{ ρ: dk.ρ, h: dk.h, encryptionKey: dk.encryptionKey, } } // An EncapsulationKey768 is the public key used to produce ciphertexts to be // decapsulated by the corresponding [DecapsulationKey768]. type EncapsulationKey768 struct { ρ [32]byte // sampleNTT seed for A h [32]byte // H(ek) encryptionKey } // Bytes returns the encapsulation key as a byte slice. func (ek *EncapsulationKey768) Bytes() []byte { // The...
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Dec 11 16:27:41 UTC 2025
    - 663K bytes
    - Viewed (0)
Back to top