commit | 72b69e380857075c3463ab9ec767e39c201b66ac | [log] [tgz] |
---|---|---|
author | Brian Murray <Brian@Clover.com> | Tue Sep 13 14:21:01 2016 -0700 |
committer | Simon Butcher <simon.butcher@arm.com> | Wed Oct 05 14:19:17 2016 +0100 |
tree | 873f875588292377be476c50ac56731163402f4c | |
parent | 53e23b684f63676cb80b7f925243de05771e30c9 [diff] [blame] |
Minor fixes to comments
diff --git a/library/cmac.c b/library/cmac.c index e57e024..920c23d 100644 --- a/library/cmac.c +++ b/library/cmac.c
@@ -64,7 +64,7 @@ /* * Multiplication by u in the Galois field of GF(2^n) * - * As explained in the paper, this can be computed: + * As explained in NIST SP 800-38B, this can be computed: * If MSB(p) = 0, then p = (p << 1) * If MSB(p) = 1, then p = (p << 1) ^ R_n * with R_64 = 0x1B and R_128 = 0x87