Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BlockFunction (0.12 sec)

  1. lib/fips140/v1.0.0.zip

    aes128KeySize: c.function = aes128 case aes192KeySize: c.function = aes192 case aes256KeySize: c.function = aes256 } c.key = c.storage[:len(key)] copy(c.key, key) return c } // BlockFunction returns the function code for the block cipher. // It is used by the GCM implementation to invoke the KMA instruction. func BlockFunction(c *Block) int { return int(c.function) } // BlockKey returns the key for the block cipher. // It is used by the GCM implementation to invoke the KMA instruction. func BlockKey(c...
    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