aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/bigint/monty_amd64/info.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-09-30 22:41:49 +0000
committerlloyd <[email protected]>2008-09-30 22:41:49 +0000
commit13d08cbe978c4cd0de01aa0120c39470508cbbcb (patch)
treeff93739131cbca0dbdf23a31cd4b7611faf5aa6e /src/math/bigint/monty_amd64/info.txt
parent8854fe339f2e1f81091ba65c042824e8cc62cbbc (diff)
Rearrange BigInt directories:
math/bigint - BigInt implementation math/numbertheory - Math stuff built on top of BigInt Coming soon: math/gfp (parts of pk/ecdsa) Update deps in the pk files
Diffstat (limited to 'src/math/bigint/monty_amd64/info.txt')
-rw-r--r--src/math/bigint/monty_amd64/info.txt31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/math/bigint/monty_amd64/info.txt b/src/math/bigint/monty_amd64/info.txt
new file mode 100644
index 000000000..32308bf41
--- /dev/null
+++ b/src/math/bigint/monty_amd64/info.txt
@@ -0,0 +1,31 @@
+realname "Montgomery Reduction (x86-64)"
+
+mp_bits 64
+
+load_on request
+
+<add>
+mp_monty.S
+</add>
+
+<requires>
+asm_amd64
+</requires>
+
+<arch>
+amd64
+</arch>
+
+<cc>
+gcc
+icc
+</cc>
+
+# ELF systems
+<os>
+linux
+freebsd
+netbsd
+openbsd
+solaris
+</os>