Re: error: 'mutex' in namespace 'std' does not name a type

2017-11-08 Thread Marcel Raad
Am 08.11.2017 00:29 schrieb "Jeffrey Walton" :

The 32-bit prompt looks off to me. It says MINGW32 as expected, but the
compiler is building for (targeting) 64-bit executable:

test@asus-windows MINGW32 ~/cryptopp
$ uname -a
MINGW32_NT-6.3 asus-windows8 2.9.0(0.318/5/3) 2017-09-13 23:16 x86_64
Msys

test@asus-windows MINGW32 ~/cryptopp
$ gcc -dumpmachine
x86_64-pc-msys

Those outputs look wrong to me for a 32-bit machine.


That's really odd. Mine says:
MINGW32 ~
$ gcc -dumpmachine
i686-w64-mingw32

Yours is from the MSYS compiler:
MSYS ~
$ gcc -dumpmachine
x86_64-pc-msys

Marcel

-- 
-- 
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to cryptopp-users-unsubscr...@googlegroups.com.
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
--- 
You received this message because you are subscribed to the Google Groups 
"Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cryptopp-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AES CCM decryption/verification.

2017-11-08 Thread Jeffrey Walton
On Wed, Nov 8, 2017 at 1:46 AM, Daniel Karcz  wrote:
> Thank you Jeff, I've got it from here
>
> https://csrc.nist.gov/CSRC/media/Projects/Cryptographic-Algorithm-Validation-Program/documents/mac/ccmtestvectors.zip
>
> but I cannot track it down from those files.
> Is there any way that i can pass it to CCM in Crypto++ or although display
> it?

Maybe you can use the CCM test vectors instead. They were taken from
the NIST test vectors.

https://github.com/weidai11/cryptopp/blob/master/TestVectors/ccm.txt

Jeff

-- 
-- 
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to cryptopp-users-unsubscr...@googlegroups.com.
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
--- 
You received this message because you are subscribed to the Google Groups 
"Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cryptopp-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.