On Sunday, December 17, 2017 at 10:51:20 AM UTC-5, MalleeswaraReddy s wrote:
>
> nasm -f elf64 -g -F dwarf -o x64dll.o x64dll.asm
>
> not able to compile
>

x64dll.asm provides the x64 ASM routines, but restricts to the functions 
needed for the FIPS DLL; see https://www.cryptopp.com/wiki/FIPS_DLL. There 
are only 6 functions in it; see 
https://github.com/weidai11/cryptopp/blob/master/x64dll.asm 

"not able to compile" is not a useful problem statement. Nasm does not 
compile; it assembles. You need to provide details of the failure. Also see 
https://www.cryptopp.com/wiki/Bug_Report .

Jeff

-- 
-- 
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to [email protected].
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to