Comments and whitespace checkin

pull/368/head
Jeffrey Walton 2017-01-20 19:41:20 -05:00
parent 74328f93a8
commit f2132a81c1
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 781 additions and 777 deletions

View File

@ -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