commit | 5168618294119c0db8aa583fcf8e38906858b84e | [log] [tgz] |
---|---|---|
author | Brian Murray <Brian@Clover.com> | Tue Sep 13 14:21:01 2016 -0700 |
committer | Simon Butcher <simon.butcher@arm.com> | Thu Oct 13 13:51:11 2016 +0100 |
tree | 3b701ca228d81bcf87aca441b27e2bbcafd25f56 | |
parent | 3d64431a33682d3ef5adc31f7ab2351e0bec6189 [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