diff options
Diffstat (limited to 'plugins/CryptoPP/crypto/src/vmac.cpp')
-rw-r--r-- | plugins/CryptoPP/crypto/src/vmac.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CryptoPP/crypto/src/vmac.cpp b/plugins/CryptoPP/crypto/src/vmac.cpp index a24491792c..c8b65e1592 100644 --- a/plugins/CryptoPP/crypto/src/vmac.cpp +++ b/plugins/CryptoPP/crypto/src/vmac.cpp @@ -1,4 +1,4 @@ -// vmac.cpp - written and placed in the public domain by Wei Dai
+// vmac.cpp - written and placed in the public domain by Wei Dai
// based on Ted Krovetz's public domain vmac.c and draft-krovetz-vmac-01.txt
#include "pch.h"
|