Skip to content

Commit

Permalink
Version 0.1.20210423 secp256k1
Browse files Browse the repository at this point in the history
- separated functions for each mode
- new function GetPublicKeyRaw in the secp256k1.cpp
- change -e param to use as error rate for bloom filter
- test available to use k factor for bloom filter size, this will help a little for speed for address, rmd160 and xpoint
  • Loading branch information
albertobsd committed Apr 23, 2021
1 parent 0cb614f commit 2a613bf
Show file tree
Hide file tree
Showing 4 changed files with 896 additions and 239 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#Version 0.1.20210423 secp256k1
- separated functions for each mode
- new funtion GetPublicKeyRaw in the secp256k1.cpp
- change -e param to use as error rate for bloom filter
- test available to use k factor for bloom filter size, this will help a little for speed for address, rmd160 and xpoint

# Version 0.1.20210420 secp256k1
- Solved Issues 49, 50 51
See:
Expand Down
Loading

0 comments on commit 2a613bf

Please sign in to comment.