Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for openKMA (0.08 sec)

  1. lib/fips140/v1.0.0.zip

    &counter) var tag [gcmTagSize]byte gcmAuth(tag[:], &g.hashKey, &tagMask, out[:len(plaintext)], additionalData) copy(out[len(plaintext):], tag[:]) } func open(out []byte, g *GCM, nonce, ciphertext, data []byte) error { switch { case useGCM: return openKMA(out, g, nonce, ciphertext, data) case useGHASH: return openAsm(out, g, nonce, ciphertext, data) default: return openGeneric(out, g, nonce, ciphertext, data) } } func openAsm(out []byte, g *GCM, nonce, ciphertext, additionalData []byte) error { var...
    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