Paul Miller
|
e57aec63d8
|
Fix edwards assertValidity
|
2023-01-30 08:04:36 +01:00 |
|
Paul Miller
|
837aca98c9
|
Fix bugs
|
2023-01-30 06:10:56 +01:00 |
|
Paul Miller
|
dbb16b0e5e
|
edwards: add assertValidity
|
2023-01-30 06:10:08 +01:00 |
|
Paul Miller
|
e14af67254
|
utils: fix hexToNumber, improve validateObject
|
2023-01-30 06:07:53 +01:00 |
|
Paul Miller
|
4780850748
|
montgomery: fix fieldLen
|
2023-01-30 05:56:07 +01:00 |
|
Paul Miller
|
3374a70f47
|
README update
|
2023-01-30 05:55:36 +01:00 |
|
Paul Miller
|
131f88b504
|
Release 0.6.1.
0.6.1
|
2023-01-29 05:14:10 +01:00 |
|
Paul Miller
|
4333e9a686
|
README
|
2023-01-29 05:12:58 +01:00 |
|
Paul Miller
|
a60d15ff05
|
Upgrading guide from other noble libraries
|
2023-01-29 05:10:58 +01:00 |
|
Paul Miller
|
ceffbc69da
|
More Schnorr utils
|
2023-01-29 04:46:38 +01:00 |
|
Paul Miller
|
c75129e629
|
Use declarative curve field validation
|
2023-01-28 03:19:46 +01:00 |
|
Paul Miller
|
f39fb80c52
|
weierstrass: rename normalizePrivateKey to allowedPrivateKeyLengths
|
2023-01-27 23:45:55 +01:00 |
|
Paul Miller
|
fcd422d246
|
README updates
|
2023-01-27 03:48:53 +01:00 |
|
Paul Miller
|
ed9bf89038
|
stark: isCompressed=false. Update benchmarks
|
2023-01-27 03:43:18 +01:00 |
|
Paul Miller
|
7262b4219f
|
Bump micro-should
|
2023-01-26 08:26:07 +01:00 |
|
Paul Miller
|
02b0b25147
|
New schnorr exports. Simplify RFC6979 k gen, privkey checks
|
2023-01-26 08:16:00 +01:00 |
|
Paul Miller
|
79100c2d47
|
Release 0.6.0.
0.6.0
|
2023-01-26 06:31:16 +01:00 |
|
Paul Miller
|
4ef2cad685
|
hash-to-curve: assertValidity
|
2023-01-26 06:14:12 +01:00 |
|
Paul Miller
|
69b3ab5a57
|
Shuffle code
|
2023-01-26 05:46:14 +01:00 |
|
Paul Miller
|
9465e60d30
|
More refactoring
|
2023-01-26 05:24:41 +01:00 |
|
Paul Miller
|
0fb78b7097
|
Rename group to curve. More refactoring
|
2023-01-26 04:14:21 +01:00 |
|
Paul Miller
|
be0b2a32a5
|
Fp rename. Edwards refactor. Weierstrass Fn instead of mod
|
2023-01-26 03:07:45 +01:00 |
|
Paul Miller
|
3d77422731
|
Restructure tests
|
2023-01-26 03:06:28 +01:00 |
|
Paul Miller
|
c46914f1bc
|
weierstrass: remove most private utils
|
2023-01-25 08:21:48 +01:00 |
|
Paul Miller
|
f250f355e8
|
Schnorr: remove all private methods
|
2023-01-25 08:14:53 +01:00 |
|
Paul Miller
|
c095d74673
|
More schnorr updates
|
2023-01-25 08:10:05 +01:00 |
|
Paul Miller
|
ac52fea952
|
Another schnorr adjustment
|
2023-01-25 07:55:21 +01:00 |
|
Paul Miller
|
f2ee24bee4
|
schnorr: remove packSig
|
2023-01-25 07:54:00 +01:00 |
|
Paul Miller
|
cffea91061
|
Schnorr, weierstrass: refactor
|
2023-01-25 07:48:53 +01:00 |
|
Paul Miller
|
5fc38fc0e7
|
weierstrass: prehash option in sign/verify. Remove _normalizePublicKey
|
2023-01-25 05:45:49 +01:00 |
|
Paul Miller
|
849dc38f3c
|
Change TypeError to Error
|
2023-01-25 05:24:22 +01:00 |
|
Paul Miller
|
0422e6ef38
|
p.x, p.y are now getters executing toAffine()
|
2023-01-25 04:51:08 +01:00 |
|
Paul Miller
|
21d2438a33
|
BLS: fix tests. Poseidon: more tests
|
2023-01-25 00:30:53 +01:00 |
|
Paul Miller
|
cea4696599
|
BLS tests: remove async
|
2023-01-25 00:13:39 +01:00 |
|
Paul Miller
|
f14b8d2be5
|
More AffinePoint fixes
|
2023-01-25 00:07:25 +01:00 |
|
Paul Miller
|
2ed27da8eb
|
weierstrass: remove affine Point
|
2023-01-24 06:42:44 +01:00 |
|
Paul Miller
|
17e5be5f1b
|
edwards: affine Point removal tests
|
2023-01-24 05:37:53 +01:00 |
|
Paul Miller
|
a49f0d266e
|
edwards: remove affine Point, Signature. Stricter types
|
2023-01-24 05:34:56 +01:00 |
|
Paul Miller
|
bfbcf733e6
|
Update tests
|
2023-01-24 04:02:45 +01:00 |
|
Paul Miller
|
7fda6de619
|
weierstrass: make points compressed by def. Rewrite drbg, k generation.
|
2023-01-24 04:02:38 +01:00 |
|
Paul Miller
|
2b908ad602
|
edwards: simplify bounds check
|
2023-01-24 04:01:28 +01:00 |
|
Paul Miller
|
ceb3f67faa
|
stark: switch to new weierstrass methods
|
2023-01-23 23:07:21 +01:00 |
|
Paul Miller
|
a2c87f9c2f
|
weierstrass: simplify bits2int, remove truncateHash
|
2023-01-23 23:06:43 +01:00 |
|
Paul Miller
|
e1fd346279
|
utils: small improvements
|
2023-01-23 23:06:24 +01:00 |
|
Paul Miller
|
11e78aadbf
|
Edwards: prohibit number scalars, only allow bigints
|
2023-01-23 20:28:01 +01:00 |
|
Paul Miller
|
055147f1be
|
Add poseidon252 snark-friendly hash
|
2023-01-23 19:41:19 +01:00 |
|
Paul Miller
|
6f99f6042e
|
weierstrass: bits2int, int2octets, truncateHash now comply with standard
|
2023-01-21 19:03:39 +01:00 |
|
Paul Miller
|
1e47bf2372
|
Bump prettier to 2.8.3 because it fails to parse bls
|
2023-01-21 19:02:58 +01:00 |
|
Paul Miller
|
40530eae0c
|
hash-to-curve: decrease coupling, improve tree shaking support
|
2023-01-21 19:02:46 +01:00 |
|
Paul Miller
|
b9482bb17d
|
Release 0.5.2.
0.5.2
|
2023-01-13 16:23:52 +01:00 |
|