]> git.cryptolib.org Git - arm-crypto-lib.git/commit
starting to make bigint more portable/32-bit efficient
authorbg <daniel.otte@rub.de>
Wed, 23 Feb 2011 22:18:37 +0000 (23:18 +0100)
committerbg <daniel.otte@rub.de>
Wed, 23 Feb 2011 22:18:37 +0000 (23:18 +0100)
commit5e75eafde9b0269aa78395bbeb3e79ff36a1f082
treee089869fbe4b5be73f879b86192c00f0badd1ee7
parentf4853b26a54089e6796fcf115f739f1e9ea7ceb7
starting to make bigint more portable/32-bit efficient
23 files changed:
Makefile
arm-makefile.inc
bigint/bigint-stub.c [new file with mode: 0644]
bigint/bigint.c [new file with mode: 0644]
bigint/bigint.h [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
mkfiles/bigint_c.mk [new file with mode: 0644]
test_src/cli.c
test_src/cli.h
test_src/dump.c
test_src/hw_regs.h
test_src/main-bigint-test.c [new file with mode: 0644]
test_src/main-present-test.c
test_src/startup.c
test_src/string-extras.c
test_src/sysclock.c
test_src/sysclock.h
test_src/uart_defines.h
test_src/uart_i.c
test_src/uart_lowlevel.c
test_src/uart_lowlevel.h