]> git.cryptolib.org Git - avr-crypto-lib.git/commit - host/get_performance.rb
stack usage measurement
authorbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Thu, 18 Mar 2010 18:53:47 +0000 (18:53 +0000)
committerbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Thu, 18 Mar 2010 18:53:47 +0000 (18:53 +0000)
commitc9c11514d91b8c19f77d65ac051b998bd99048b0
tree09e7a5f21ace38df4abe32fd1da6ce7f83b7d790
parent96e930bbd293d62d8a9d2b011eb958aee6840c42
stack usage measurement
44 files changed:
Makefile
base64/base64_dec.c
base64/base64_dec.h
base64/base64_enc.c
base64/base64_enc.h
bigint/bigint.c
bigint/bigint.h
dsa/base64_dec.c [new file with mode: 0644]
dsa/base64_dec.h [new file with mode: 0644]
dsa/base64_enc.c [new file with mode: 0644]
dsa/base64_enc.h [new file with mode: 0644]
dsa/bigint.c [new file with mode: 0644]
dsa/bigint.h [new file with mode: 0644]
dsa/bigint_add_u.S [new file with mode: 0644]
dsa/bigint_io.c [new file with mode: 0644]
dsa/bigint_io.h [new file with mode: 0644]
dsa/dsa.h [new file with mode: 0644]
dsa/dsa_key_blob.c [new file with mode: 0644]
dsa/dsa_key_blob.h [new file with mode: 0644]
dsa/dsa_sign.c [new file with mode: 0644]
dsa/dsa_verify.c [new file with mode: 0644]
dsa/memxor.S [new file with mode: 0644]
dsa/memxor.h [new file with mode: 0644]
dsa/noekeon.h [new file with mode: 0644]
dsa/noekeon_asm.S [new file with mode: 0644]
dsa/noekeon_prng.c [new file with mode: 0644]
dsa/noekeon_prng.h [new file with mode: 0644]
dsa/sha1-asm.S [new file with mode: 0644]
dsa/sha1.h [new file with mode: 0644]
dsa/sha256-asm.S [new file with mode: 0644]
dsa/sha256.h [new file with mode: 0644]
hfal-performance.c
host/get_performance.rb
host/performance2wiki.rb
mkfiles/001_hfal_std.mk
mkfiles/bigint.mk
mkfiles/dsa.mk [new file with mode: 0644]
mkfiles/shabal.mk
mkfiles/shabal_c.mk
stack_measuring.S [new file with mode: 0644]
stack_measuring.h [new file with mode: 0644]
test_src/main-bigint-test.c
test_src/main-bmw-test.c
test_src/main-dsa-test.c [new file with mode: 0644]