Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 0x00000010 (0.28 sec)

  1. lib/fips140/v1.0.0.zip

    crypto.RegisterHash(crypto.SHA3_224, New224) // crypto.RegisterHash(crypto.SHA3_256, New256) // crypto.RegisterHash(crypto.SHA3_384, New384) // crypto.RegisterHash(crypto.SHA3_512, New512) const ( dsbyteSHA3 = 0b00000110 dsbyteKeccak = 0b00000001 dsbyteShake = 0b00011111 dsbyteCShake = 0b00000100 // rateK[c] is the rate in bytes for Keccak[c] where c is the capacity in // bits. Given the sponge size is 1600 bits, the rate is 1600 - c bits. rateK256 = (1600 - 256) / 8 rateK448 = (1600 - 448) / 8 rateK512...
    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