diff options
author | lloyd <[email protected]> | 2008-09-07 18:42:32 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-07 18:42:32 +0000 |
commit | dceda75e7e5bc22e5c67c4e3d782edfe5ede55c0 (patch) | |
tree | 10f763a89978e9b191897b3a5397dc2e505ce6fc /modules/alg_amd64/modinfo.txt | |
parent | 67f1970cf168c4d6b0c773555039a6308694ef9f (diff) |
Rename alg_amd64 to asm_amd64
Namespace exposed SHA-1 function with botan_ prefix.
Add start of mp_monty for x86-64 assembly
Diffstat (limited to 'modules/alg_amd64/modinfo.txt')
-rw-r--r-- | modules/alg_amd64/modinfo.txt | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/modules/alg_amd64/modinfo.txt b/modules/alg_amd64/modinfo.txt deleted file mode 100644 index 929d696d0..000000000 --- a/modules/alg_amd64/modinfo.txt +++ /dev/null @@ -1,37 +0,0 @@ -realname "Algorithm x86-64 Assembler" - -mp_bits 64 - -load_on asm_ok - -<replace> -sha160.cpp -</replace> - -<ignore> -#mp_mulop.cpp -</ignore> - -<add> -asm_macr.h -#mp_mulop.S -sha1core.S -</add> - -<arch> -amd64 -</arch> - -<cc> -gcc -icc -</cc> - -# ELF systems -<os> -linux -freebsd -netbsd -openbsd -solaris -</os> |