Cory Fields
67a476599b
packaging: fixup pkg-config
...
Set the private libs as determined by configure, and add the missing lib link.
11 years ago
Cory Fields
81b2faebd4
packaging: remove the --with-pkgconfigdir option
...
It was not necessary and would only confuse packagers.
11 years ago
Amir Taaki
c7ee71f792
add pkg-config support
11 years ago
Pieter Wuille
78fb796997
Merge pull request #8
...
ba8fc0e
Check signature nonces for validity (William Swanson)
11 years ago
Pieter Wuille
a797ceffdf
Merge pull request #9
...
ac274bf
Fix x64 gmp init on platforms that define UL as 32 bits. (evoskuil)
11 years ago
evoskuil
ac274bff23
Fix x64 gmp init on platforms that define UL as 32 bits.
11 years ago
William Swanson
ba8fc0e28f
Check signature nonces for validity
...
The documentation implies that this check is happening, so make it so.
Without this check, passing an invalid nonce will trigger an internal assertion.
11 years ago
Pieter Wuille
920c243932
Merge pull request #7 from luke-jr/x32
...
Fix build on x32
11 years ago
Luke Dashjr
282ebc6dbd
Fix build on x32
11 years ago
Pieter Wuille
50713b0e64
Merge pull request #5 from sipa/morereadme
...
More details in README.md
11 years ago
Pieter Wuille
8622cc259b
More details in README.md
11 years ago
Pieter Wuille
3f37bcc297
Create README.md
11 years ago
Pieter Wuille
8b3263b638
Merge pull request #2 from sipa/impl
...
Move implementations from impl/*.h to *_impl.h
11 years ago
Pieter Wuille
11ab562203
Move implementations from impl/*.h to *_impl.h
11 years ago
Pieter Wuille
78cb860733
Merge pull request #1 from sipa/slice
...
Slice bytes of G multiples to avoid cache timings.
11 years ago
Pieter Wuille
65a79b300c
Slice bytes of G multiples to avoid cache timings
11 years ago
Pieter Wuille
55372af684
Merge pull request #19
...
bb7bb81
Fix addition chain entry in comments (Peter Dettman)
f8ccd9b
Re-write secp256k1_fe_sqrt and secp256k1_fe_inv to use a sliding window over blocks of 1s (Peter Dettman)
11 years ago
Peter Dettman
bb7bb81d07
Fix addition chain entry in comments
11 years ago
Peter Dettman
f8ccd9befd
Re-write secp256k1_fe_sqrt and secp256k1_fe_inv to use a sliding window over blocks of 1s
11 years ago
Pieter Wuille
ea0fe5a5bf
Merge pull request #14
...
6e7a6d4
autotools: No need to link against libssl (Cory Fields)
0e9baf6
autotools: changes suggested by Pieter Wuille (Cory Fields)
5a9989c
add missing include (Cory Fields)
78cd96b
autotools: autotools'ify libsecp256k1 (Cory Fields)
11 years ago
Cory Fields
6e7a6d479a
autotools: No need to link against libssl
11 years ago
Cory Fields
0e9baf6fde
autotools: changes suggested by Pieter Wuille
11 years ago
Cory Fields
5a9989c52a
add missing include
11 years ago
Cory Fields
78cd96b151
autotools: autotools'ify libsecp256k1
11 years ago
Pieter Wuille
60442b835f
Remove 5x64 implementation - no actual benefits
11 years ago
Pieter Wuille
399c03f227
Make endomorphism optimization optional
11 years ago
Pieter Wuille
ad52495d72
Check for overflows when order is added at recovery
11 years ago
Pieter Wuille
32b60cb5fb
Merge pull request #15 from haltingstate/master
...
updated documentation
11 years ago
HaltingState
315d2560b0
updated documentation
11 years ago
Pieter Wuille
d0b33489f2
Break malleability by producing S <= order/2
11 years ago
Pieter Wuille
350ade2ab4
Tweak fixes & variable name improvement
12 years ago
Pieter Wuille
86d3cce2a9
Add support for multiplicative tweaking
12 years ago
Pieter Wuille
b0be6aba91
Invert buggy logic in secp256k1_ecdsa_seckey_verify
12 years ago
Pieter Wuille
634bc1820c
Merge pull request #12 from PSYCPU/master
...
5x64 assembly bugfix
12 years ago
Diederik Huys
355b4192cf
1st assembly version of field 5x64 code - bugfix
12 years ago
Pieter Wuille
2ce0e50af3
Merge pull request #11 from PSYCPU/master
...
1st assembly version of 5x64 field code
12 years ago
Diederik Huys
dd804adeff
1st assembly version of field 5x64 code
12 years ago
Pieter Wuille
6c78924a10
Inline asm for 5x64
12 years ago
Pieter Wuille
1487ca95c6
Field 5x64
12 years ago
Pieter Wuille
561b0e1044
Private/public key tweaking
12 years ago
Pieter Wuille
e3c5c26f54
Allow private keys with less-than-32-byte secrets
12 years ago
Pieter Wuille
8ee97f87ac
Merge pull request #10 from TheBlueMatt/master
...
Fix JNI for C instead of C++
12 years ago
Matt Corallo
6df016fb20
Fix JNI for C instead of C++
...
(because apparently there is a significant difference...)
12 years ago
Pieter Wuille
194eea065f
Public inclue improvements
12 years ago
Pieter Wuille
12e29b320f
Use privkey serialization to construct OpenSSL keys
12 years ago
Pieter Wuille
4bef497b9c
Bugfix: correct privkey serialization
12 years ago
Pieter Wuille
0a433ea23c
MIT License
12 years ago
Pieter Wuille
7b03d836be
updates
12 years ago
Pieter Wuille
2fb64b2da2
Inline verify is slow, this is what unit tests are for
12 years ago
Pieter Wuille
dd08f03799
OpenSSL/EC tests
12 years ago