Comments and whitespace checkin
parent
74328f93a8
commit
f2132a81c1
4
gcm.cpp
4
gcm.cpp
|
|
@ -1,4 +1,8 @@
|
|||
// gcm.cpp - written and placed in the public domain by Wei Dai
|
||||
// ARM and Aarch64 added by Jeffrey Walton. The ARM carryless
|
||||
// multiply routines are less efficient because they shadowed x86.
|
||||
// The precomputed key table integration makes it tricky to use the
|
||||
// more efficient ARMv8 implementation of the multiply and reduce.
|
||||
|
||||
// use "cl /EP /P /DCRYPTOPP_GENERATE_X64_MASM gcm.cpp" to generate MASM code
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue