Pavol Rusnak
|
418e86c293
|
remove scons dependency, build shared library with Makefile
|
2015-08-05 16:16:24 +02:00 |
|
Pavol Rusnak
|
9c3e51074b
|
use -O3 instead of -Os
|
2015-07-07 18:31:04 +02:00 |
|
Roman Zeyde
|
7c58fc11a4
|
Add support for NIST256P1 elliptic curve
This enables SSH ECDSA public key authentication.
|
2015-06-26 10:33:14 +03:00 |
|
Pavol Rusnak
|
cb9ccc5cf4
|
remove all references to USE_PUBKEY_VALIDATE
|
2015-03-12 15:53:41 +01:00 |
|
Pavol Rusnak
|
ad8e618ed2
|
use $(CC) instead of gcc in Makefile
|
2014-08-11 02:04:42 +02:00 |
|
Pavol Rusnak
|
bb73936959
|
use more warnings from trezor-mcu
|
2014-07-07 21:34:54 +02:00 |
|
Pavol Rusnak
|
03a8925e0f
|
rename BN_PRINT define to USE_BN_PRINT
|
2014-07-07 21:24:10 +02:00 |
|
Pavol Rusnak
|
b9d5896174
|
make pubkey validation optional, extract options to separate header
|
2014-07-07 20:14:36 +02:00 |
|
Pavol Rusnak
|
aa27534856
|
Merge pull request #8 from dllaurence/linux-build
Linux build
|
2014-07-06 22:36:16 +02:00 |
|
Dustin Laurence
|
6f7bb6fb6b
|
Add Makefile comments
|
2014-07-04 14:53:32 -05:00 |
|
Dustin Laurence
|
70da2c6be3
|
Add required libraries to build on Linux
|
2014-07-04 14:11:27 -05:00 |
|
Pavol Rusnak
|
abf7178319
|
add "small" switch to makefile
|
2014-07-03 16:59:41 +02:00 |
|
Pavol Rusnak
|
99900eb323
|
update AES code to support different modes of operation, add unittests
|
2014-06-07 13:38:56 +02:00 |
|
Pavol Rusnak
|
4b1211e0ae
|
extract base58 functions to separate source file
|
2014-05-22 21:52:04 +02:00 |
|
Pavol Rusnak
|
50fb43127f
|
use -Wextra
|
2014-02-08 19:12:07 +01:00 |
|
Pavol Rusnak
|
352bc42be2
|
use PBKDF2 for BIP39, add unit tests
|
2013-12-09 16:25:03 +01:00 |
|
Pavol Rusnak
|
42da580ce8
|
bip39 implementation with unit tests
|
2013-11-08 02:02:16 +01:00 |
|
Pavol Rusnak
|
9308fddb7f
|
replace blowfish with rijndael
|
2013-10-10 14:58:59 +02:00 |
|
Pavol Rusnak
|
7e41c2a568
|
add blowfish algo with tests
|
2013-10-07 21:48:32 +02:00 |
|
Pavol Rusnak
|
58a65d9cd7
|
move speed tests to unit testing suite
|
2013-09-22 15:05:59 +02:00 |
|
Pavol Rusnak
|
2df62d4877
|
use unit tests via Check instead of small test programs
|
2013-09-21 17:41:02 +02:00 |
|
Pavol Rusnak
|
92f070498f
|
add function for computing addresses
|
2013-09-20 17:13:24 +02:00 |
|
Pavol Rusnak
|
65250325c4
|
add ripemd160
|
2013-09-16 01:32:56 +02:00 |
|
Pavol Rusnak
|
afc9bcfe30
|
implement bip32 - https://en.bitcoin.it/wiki/BIP_0032
|
2013-09-12 21:20:03 +02:00 |
|
Pavol Rusnak
|
07d1c22730
|
refactor code -> bignum.c/h
|
2013-09-12 03:18:35 +02:00 |
|
Pavol Rusnak
|
603acbd1be
|
implement RFC 6979
|
2013-09-11 19:02:22 +02:00 |
|
Pavol Rusnak
|
047b30cf2f
|
add hmac-sha256/512
|
2013-09-10 21:47:06 +02:00 |
|
Pavol Rusnak
|
40fa3f52e4
|
use sha2 implementation by Aaron D. Gifford
|
2013-09-10 21:10:07 +02:00 |
|
Pavol Rusnak
|
0f7c3be5dd
|
expand readme
|
2013-08-21 20:05:25 +02:00 |
|
Pavol Rusnak
|
7c13e810fc
|
add -Os flag to makefile
|
2013-08-21 18:20:52 +02:00 |
|
Pavol Rusnak
|
8e7bee7043
|
add speed test
|
2013-08-18 18:45:04 +02:00 |
|
Pavol Rusnak
|
ccbc219b29
|
import sources
|
2013-08-17 14:20:15 +02:00 |
|