summaryrefslogtreecommitdiff
path: root/validat1.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-08-09 08:09:13 -0400
committerJeffrey Walton <noloader@gmail.com>2018-08-09 08:09:13 -0400
commit3ed38e42f619cf308f789cd6f9cde4b9938da90d (patch)
tree5859f5a09b8fdebf90886a479c02658c60f07c84 /validat1.cpp
parent5b89e774cc89b00bae587aa21abf2be42840c3fa (diff)
downloadcryptopp-git-3ed38e42f619cf308f789cd6f9cde4b9938da90d.tar.gz
Add POWER8 GCM mode (GH #698)
GCM_SetKeyWithoutResync_VMULL, GCM_Multiply_VMULL and GCM_Reduce_VMULL work as expected on Linux (ppc64-le) and AIX (ppc64-be). We are still working on GCM_AuthenticateBlocks_VMULL.
Diffstat (limited to 'validat1.cpp')
-rw-r--r--validat1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/validat1.cpp b/validat1.cpp
index 2bbc51f0..b6f2f65a 100644
--- a/validat1.cpp
+++ b/validat1.cpp
@@ -1186,7 +1186,7 @@ bool TestAltivecOps()
//********** Extraction **********//
bool pass3=true;
-
+
uint8x16_p ex1 = {0x1f,0x1e,0x1d,0x1c, 0x1b,0x1a,0x19,0x18,
0x17,0x16,0x15,0x14, 0x13,0x12,0x11,0x10};
uint8x16_p ex2 = {0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,