Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for ekPKE (0.04 seconds)

  1. lib/fips140/v1.26.0.zip

    Algorithm 14. func parseEK1024(ek *EncapsulationKey1024, ekPKE []byte) (*EncapsulationKey1024, error) { if len(ekPKE) != EncapsulationKeySize { return nil, errors.New("mlkem: invalid encapsulation key length") } h := sha3.New256() h.Write(ekPKE) h.Sum(ek.h[:0]) for i := range ek.t { var err error ek.t[i], err = polyByteDecode[nttElement](ekPKE[:encodingSize12]) if err != nil { return nil, err } ekPKE = ekPKE[encodingSize12:] } copy(ek.ρ[:], ekPKE) for i := byte(0); i < k1024; i++ { for j := byte(0);...
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Thu Jan 08 17:58:32 GMT 2026
    - 660.3K bytes
    - Click Count (0)
  2. lib/fips140/v1.0.0-c2097c7c.zip

    Algorithm 14. func parseEK1024(ek *EncapsulationKey1024, ekPKE []byte) (*EncapsulationKey1024, error) { if len(ekPKE) != EncapsulationKeySize { return nil, errors.New("mlkem: invalid encapsulation key length") } h := sha3.New256() h.Write(ekPKE) h.Sum(ek.h[:0]) for i := range ek.t { var err error ek.t[i], err = polyByteDecode[nttElement](ekPKE[:encodingSize12]) if err != nil { return nil, err } ekPKE = ekPKE[encodingSize12:] } copy(ek.ρ[:], ekPKE) for i := byte(0); i < k1024; i++ { for j := byte(0);...
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Thu Sep 25 19:53:19 GMT 2025
    - 642.7K bytes
    - Click Count (0)
Back to Top