]>
author | Tanguy Pruvot <[email protected]> | |
Sat, 24 Jan 2015 12:03:50 +0000 (13:03 +0100) | ||
committer | Tanguy Pruvot <[email protected]> | |
Sat, 24 Jan 2015 13:39:53 +0000 (14:39 +0100) | ||
commit | ba2fbc778c8216e3e9c8ad6fa3e8f8f4e045dff2 | |
tree | f74e19d8348917f709276cab2806c41f5bb248ac | tree | snapshot |
parent | 233126d363aeeb0da393f63cab0e96c3cea7bc1a | commit | diff |
Makefile.am | diff | blob | blame | history | |
NEWS | diff | blob | blame | history | |
README.md | diff | blob | blame | history | |
aesb-x64.S | [deleted file] | blob | blame | history |
aesb-x86.S | [deleted file] | blob | blame | history |
algo/blake.c | [new file with mode: 0644] | blob |
algo/cryptonight.c | [new file with mode: 0644] | blob |
algo/fresh.c | [new file with mode: 0644] | blob |
algo/groestl.c | [new file with mode: 0644] | blob |
algo/heavy.c | [new file with mode: 0644] | blob |
algo/ink.c | [new file with mode: 0644] | blob |
algo/keccak.c | [new file with mode: 0644] | blob |
algo/lyra2re.c | [new file with mode: 0644] | blob |
algo/neoscrypt.c | [new file with mode: 0644] | blob |
algo/nist5.c | [new file with mode: 0644] | blob |
algo/pentablake.c | [new file with mode: 0644] | blob |
algo/quark.c | [new file with mode: 0644] | blob |
algo/qubit.c | [new file with mode: 0644] | blob |
algo/s3.c | [new file with mode: 0644] | blob |
algo/scrypt.c | [new file with mode: 0644] | blob |
algo/sha2.c | [new file with mode: 0644] | blob |
algo/skein.c | [new file with mode: 0644] | blob |
algo/x11.c | [new file with mode: 0644] | blob |
algo/x13.c | [new file with mode: 0644] | blob |
algo/x14.c | [new file with mode: 0644] | blob |
algo/x15.c | [new file with mode: 0644] | blob |
asm/aesb-x64.S | [new file with mode: 0644] | blob |
asm/aesb-x86.S | [new file with mode: 0644] | blob |
asm/neoscrypt_asm.S | [new file with mode: 0644] | blob |
asm/scrypt-arm.S | [new file with mode: 0644] | blob |
asm/scrypt-x64.S | [new file with mode: 0644] | blob |
asm/scrypt-x86.S | [new file with mode: 0644] | blob |
asm/sha2-arm.S | [new file with mode: 0644] | blob |
asm/sha2-x64.S | [new file with mode: 0644] | blob |
asm/sha2-x86.S | [new file with mode: 0644] | blob |
blake.c | [deleted file] | blob | blame | history |
compat/cpuminer-config.h | diff | blob | blame | history | |
configure.ac | diff | blob | blame | history | |
cpu-miner.c | diff | blob | blame | history | |
cpuminer.vcxproj | diff | blob | blame | history | |
cpuminer.vcxproj.filters | diff | blob | blame | history | |
cryptonight.c | [deleted file] | blob | blame | history |
fresh.c | [deleted file] | blob | blame | history |
heavy.c | [deleted file] | blob | blame | history |
ink.c | [deleted file] | blob | blame | history |
keccak.c | [deleted file] | blob | blame | history |
lyra2re.c | [deleted file] | blob | blame | history |
miner.h | diff | blob | blame | history | |
neoscrypt.c | [deleted file] | blob | blame | history |
neoscrypt_asm.S | [deleted file] | blob | blame | history |
nist5.c | [deleted file] | blob | blame | history |
pentablake.c | [deleted file] | blob | blame | history |
quark.c | [deleted file] | blob | blame | history |
qubit.c | [deleted file] | blob | blame | history |
s3.c | [deleted file] | blob | blame | history |
scrypt-arm.S | [deleted file] | blob | blame | history |
scrypt-x64.S | [deleted file] | blob | blame | history |
scrypt-x86.S | [deleted file] | blob | blame | history |
scrypt.c | [deleted file] | blob | blame | history |
sha2-arm.S | [deleted file] | blob | blame | history |
sha2-x64.S | [deleted file] | blob | blame | history |
sha2-x86.S | [deleted file] | blob | blame | history |
sha2.c | [deleted file] | blob | blame | history |
skein.c | [deleted file] | blob | blame | history |
util.c | diff | blob | blame | history | |
x11.c | [deleted file] | blob | blame | history |
x13.c | [deleted file] | blob | blame | history |
x14.c | [deleted file] | blob | blame | history |
x15.c | [deleted file] | blob | blame | history |