1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Index: nettle-0.1.0/src/Tests/VectorsUMAC.hs
===================================================================
--- nettle-0.1.0.orig/src/Tests/VectorsUMAC.hs 2013-10-19 10:01:14.000000000 -0400
+++ nettle-0.1.0/src/Tests/VectorsUMAC.hs 2013-11-14 15:56:24.945325221 -0500
@@ -33,9 +33,9 @@
])
-- /* Needs POLY128 */
-- /* For the 'a' * 2^25 testcase, see errata http://fastcrypto.org/umac/rfc4418.errata.txt */
- , ("abcdefghijklmnop", Just "bcdefghi", repString (2^(25::Int)) "aaaaaaaa",
+{- , ("abcdefghijklmnop", Just "bcdefghi", repString (2^(25::Int)) "aaaaaaaa",
[ ("85EE5CAE", "FACA46F856E9B45F", "a621c2457c0012e64f3fdae9e7e1870c")
- ])
+ ]) -}
, ("abcdefghijklmnop", Just "bcdefghi", repString 3 "abc",
[ ("ABF3A3A0", "D4D7B9F6BD4FBFCF", "883c3d4b97a61976ffcf232308cba5a5")
])
|