Commit Graph

24 Commits (0c2f9fd6f90df9d866dabc9d3eb493684bedd4c3)

Author SHA1 Message Date
Pavol Rusnak aa27534856 Merge pull request #8 from dllaurence/linux-build
10 years ago
Dustin Laurence 6f7bb6fb6b Add Makefile comments
10 years ago
Dustin Laurence 70da2c6be3 Add required libraries to build on Linux
10 years ago
Pavol Rusnak abf7178319 add "small" switch to makefile
10 years ago
Pavol Rusnak 99900eb323 update AES code to support different modes of operation, add unittests
10 years ago
Pavol Rusnak 4b1211e0ae extract base58 functions to separate source file
10 years ago
Pavol Rusnak 50fb43127f use -Wextra
11 years ago
Pavol Rusnak 352bc42be2 use PBKDF2 for BIP39, add unit tests
11 years ago
Pavol Rusnak 42da580ce8 bip39 implementation with unit tests
11 years ago
Pavol Rusnak 9308fddb7f replace blowfish with rijndael
11 years ago
Pavol Rusnak 7e41c2a568 add blowfish algo with tests
11 years ago
Pavol Rusnak 58a65d9cd7 move speed tests to unit testing suite
11 years ago
Pavol Rusnak 2df62d4877 use unit tests via Check instead of small test programs
11 years ago
Pavol Rusnak 92f070498f add function for computing addresses
11 years ago
Pavol Rusnak 65250325c4 add ripemd160
11 years ago
Pavol Rusnak afc9bcfe30 implement bip32 - https://en.bitcoin.it/wiki/BIP_0032
11 years ago
Pavol Rusnak 07d1c22730 refactor code -> bignum.c/h
11 years ago
Pavol Rusnak 603acbd1be implement RFC 6979
11 years ago
Pavol Rusnak 047b30cf2f add hmac-sha256/512
11 years ago
Pavol Rusnak 40fa3f52e4 use sha2 implementation by Aaron D. Gifford
11 years ago
Pavol Rusnak 0f7c3be5dd expand readme
11 years ago
Pavol Rusnak 7c13e810fc add -Os flag to makefile
11 years ago
Pavol Rusnak 8e7bee7043 add speed test
11 years ago
Pavol Rusnak ccbc219b29 import sources
11 years ago