Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for parseIso (0.09 sec)

  1. lib/fips140/v1.0.0.zip

    &ek.encryptionKey1024, m, r) return K, c } // NewEncapsulationKey1 parses an encapsulation key from its encoded form. // If the encapsulation key is not valid, NewEncapsulationKey1 returns an error. func NewEncapsulationKey1(encapsulationKey []byte) (*EncapsulationKey1024, error) { // The actual logic is in a separate function to outline this allocation. ek := &EncapsulationKey1024{} return parseEK1024(ek, encapsulationKey) } // parseEK1024 parses an encryption key from its encoded form. // // It implements...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
Back to top