Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for KEM (0.04 sec)

  1. api/go1.26.txt

    pkg crypto/hpke, type KDF interface, unexported methods #75300
    pkg crypto/hpke, type KEM interface, DeriveKeyPair([]uint8) (PrivateKey, error) #75300
    pkg crypto/hpke, type KEM interface, GenerateKey() (PrivateKey, error) #75300
    pkg crypto/hpke, type KEM interface, ID() uint16 #75300
    pkg crypto/hpke, type KEM interface, NewPrivateKey([]uint8) (PrivateKey, error) #75300
    pkg crypto/hpke, type KEM interface, NewPublicKey([]uint8) (PublicKey, error) #75300
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Dec 11 19:57:52 UTC 2025
    - 11.5K bytes
    - Viewed (0)
  2. lib/fips140/v1.0.0-c2097c7c.zip

    /kyber-math/ useful. // // This file implements the recommended parameter set ML-KEM-768. The ML-KEM-1024 // parameter set implementation is auto-generated from this file. // //go:generate go run generate1024.go -input mlkem768.go -output mlkem1024.go import ( "bytes" "crypto/internal/fips140" "crypto/internal/fips140/drbg" "crypto/internal/fips140/sha3" "crypto/internal/fips140/subtle" "errors" ) const ( // ML-KEM global constants. n = 256 q = 3329 // encodingSizeX is the byte size of a ringElement...
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Sep 25 19:53:19 UTC 2025
    - 642.7K bytes
    - Viewed (0)
  3. lib/fips140/v1.1.0-rc1.zip

    /kyber-math/ useful. // // This file implements the recommended parameter set ML-KEM-768. The ML-KEM-1024 // parameter set implementation is auto-generated from this file. // //go:generate go run generate1024.go -input mlkem768.go -output mlkem1024.go import ( "bytes" "crypto/internal/fips140" "crypto/internal/fips140/drbg" "crypto/internal/fips140/sha3" "crypto/internal/fips140/subtle" "errors" ) const ( // ML-KEM global constants. n = 256 q = 3329 // encodingSizeX is the byte size of a ringElement...
    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