aboutsummaryrefslogtreecommitdiffstats
path: root/modules/alg_ia32/modinfo.txt
blob: 68579942c79925623de853f617350a3d9946ba3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
realname "Algorithm x86 Assembler"

mp_bits 32

replace_file md4.cpp
replace_file md5.cpp
replace_file sha160.cpp
replace_file serpent.cpp
ignore_file mp_muladd.cpp

add_file asm_macr.h

add_file md4core.S
add_file md5core.S
add_file sha1core.S
add_file serp_asm.S
add_file mp_muladd.S

<arch>
ia32
</arch>

<cc>
gcc
</cc>

# ELF systems
<os>
linux
freebsd
netbsd
openbsd
solaris
</os>