]> git.cryptolib.org Git - avr-crypto-lib.git/commit
initial part of bigint-library; some bugs left
authorbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Wed, 3 Mar 2010 19:20:03 +0000 (19:20 +0000)
committerbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Wed, 3 Mar 2010 19:20:03 +0000 (19:20 +0000)
commiteb09a2a6f447833e3cf73a71fc0113f84d51f41b
tree795effb23ec02e7199de13146e701e9dd0eeef4c
parent2ba0b7c62ea7479bb2d604e414b0dd7ac29aafe8
initial part of bigint-library; some bugs left
bigint/bigint.c [new file with mode: 0644]
bigint/bigint.h [new file with mode: 0644]
bigint/bigint_add_u.S [new file with mode: 0644]
bigint/bigint_io.c [new file with mode: 0644]
bigint/bigint_io.h [new file with mode: 0644]
host/bigint_test.rb [new file with mode: 0644]
mkfiles/bigint.mk [new file with mode: 0644]
test_src/main-bigint-test.c [new file with mode: 0644]