Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. lib/fips140/v1.0.0.zip

    0x800000000000008B, 0x8000000000008089, 0x8000000000008003, 0x8000000000008002, 0x8000000000000080, 0x000000000000800A, 0x800000008000000A, 0x8000000080008081, 0x8000000000008080, 0x0000000080000001, 0x8000000080008008, } // keccakF1600Generic applies the Keccak permutation. func keccakF1600Generic(da *[200]byte) { var a *[25]uint64 if cpu.BigEndian { a = new([25]uint64) for i := range a { a[i] = byteorder.LEUint64(da[i*8:]) } defer func() { for i := range a { byteorder.LEPutUint64(da[i*8:], a[i]) } }() } else...
    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