ac7fbb1db4
secp256k1 extension mod: compatibility fix for pre-bookworm distros
2024-01-28 09:18:38 +00:00
8e46932475
update copyright dates
2024-01-19 11:05:10 +00:00
0c94427bcd
secp256k1 extmod: add pubkey_tweak_add(), pubkey_check() functions
...
Testing:
$ test/unit_tests.py -v ecc
2023-12-12 10:19:53 +00:00
5025ed9dc3
secp256k1 extmod: minor cleanups, add private key check
2023-12-12 10:19:52 +00:00
4de9924f93
variable rename: priv2pub -> pubkey_gen
2023-12-12 10:19:52 +00:00
1aeefd64ae
update copyright dates
2023-01-03 10:36:07 +00:00
1a896d9af9
update copyright dates
2022-01-04 19:51:22 +00:00
906f0320d1
minor fixes and cleanups
2021-09-23 21:15:32 +00:00
cb7f38370b
Update copyright dates
2021-02-19 20:09:06 +03:00
673b97b3b8
update copyright dates
2020-02-18 14:07:27 +00:00
514c1100ee
Update copyright dates
2019-02-12 21:35:12 +03:00
59007ee697
py3port: rewrite secp256k1 extension module
2018-10-31 21:14:32 +03:00
MMGen
83e9899b38
Version 0.9.6
2018-01-14 17:24:36 +03:00
philemon
0ab39e4a22
Update copyright dates
2017-05-31 18:16:08 +03:00
philemon
0be6059674
Version 0.8.6
...
New features/improvements:
* Address generation using secp256k1 library (Linux only)
Instructions for installing the secp256k1 library on your system:
doc/wiki/install-linux/Install-MMGen-on-Debian-or-Ubuntu-Linux.md
If secp256k1 is not installed on the system, MMGen remains usable. It just falls
back to 'keyconv', or failing that, python-ecdsa for generating addresses.
2016-08-24 17:20:48 +03:00
philemon
5676d7a3f9
addr generation with secp256k1mod
2016-08-22 14:20:46 +03:00