Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for counterCryptASM (0.13 sec)

  1. lib/fips140/v1.0.0.zip

    and will be updated with the next // count value. The length of out must be greater than or equal to the length // of in. // counterCryptASM implements counterCrypt which then allows the loop to // be unrolled and optimized. func counterCrypt(b *aes.Block, out, in []byte, counter *[gcmBlockSize]byte) { enc := aes.EncryptionKeySchedul(b) rounds := len(enc)/4 - 1 counterCryptASM(rounds, out, in, counter, &enc[0]) } // paddedGHASH pads data with zeroes until its length is a multiple of // 16-bytes. It...
    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