Paul Miller
|
7f851873f9
|
Merge pull request #92 from secure12/main
|
2023-10-12 12:16:16 +02:00 |
|
Eric Ho
|
02099b9b4c
|
Add weierstrassPoints return type
|
2023-10-11 19:16:56 +01:00 |
|
Eric Ho
|
3b14683806
|
Update weierstrass.ts
|
2023-10-11 18:41:11 +01:00 |
|
Paul Miller
|
47169740c6
|
readme
|
2023-10-07 15:19:21 +02:00 |
|
Paul Miller
|
45c7cb560d
|
readme
|
2023-10-07 15:00:11 +02:00 |
|
Paul Miller
|
b36bf44f4b
|
readme
|
2023-10-07 14:48:25 +02:00 |
|
Paul Miller
|
30763066ac
|
readme
|
2023-10-07 14:43:51 +02:00 |
|
Paul Miller
|
911801ec0f
|
readme
|
2023-10-07 14:39:45 +02:00 |
|
Paul Miller
|
8ba25a1c40
|
readme
|
2023-10-07 14:36:25 +02:00 |
|
Paul Miller
|
43a06b669a
|
readme update
|
2023-10-07 14:35:00 +02:00 |
|
Paul Miller
|
e7720c1609
|
readme: Clarify ecdsa recovery
|
2023-10-05 06:46:31 +02:00 |
|
Paul Miller
|
2da6abb336
|
Fix x448 private keys: must be 56 bytes, not 57. Reported by @larabr
|
2023-10-03 01:15:43 +02:00 |
|
Paul Miller
|
4752ab1f1e
|
utils: optimize hexToBytes by 4%
|
2023-09-25 20:22:57 +02:00 |
|
Paul Miller
|
f58002e6d4
|
utils: refactor hexToBytes a bit
|
2023-09-25 19:21:18 +02:00 |
|
Paul Miller
|
d0294bb2a6
|
Clarify build:release script. Closes gh-86
|
2023-09-21 23:07:52 +02:00 |
|
Paul Miller
|
2b41e387de
|
Merge pull request #85 from sublimator/nd-impl-group-x-for-x-in-decafpoint-ristrettopoint-2023-09-20
feat: impl Group<X> for X in DecafPoint/RistrettoPoint
|
2023-09-20 21:06:36 +02:00 |
|
Nicholas Dudfield
|
08850c2d6a
|
feat: impl Group<X> for X in DecafPoint/RistrettoPoint
|
2023-09-20 16:23:41 +07:00 |
|
Paul Miller
|
ce7a8fda55
|
bls, bn: clarify their security level in comments
|
2023-09-14 03:02:10 +02:00 |
|
Paul Miller
|
728b485cd8
|
Merge pull request #83 from arobsn/main
Improve `hexToBytes` performance
|
2023-09-14 00:17:42 +02:00 |
|
Paul Miller
|
eaefe9a272
|
benchmark add utils
|
2023-09-13 23:59:12 +02:00 |
|
Paul Miller
|
c935b398fe
|
abstract/utils: reformat hexToBytes.
|
2023-09-13 23:57:34 +02:00 |
|
Paul Miller
|
ddad219e7a
|
README
|
2023-09-13 23:29:05 +02:00 |
|
arobsn
|
1d83bab27d
|
add char code based hexToBytes function
|
2023-09-13 18:14:13 -03:00 |
|
Paul Miller
|
4be208e4b2
|
README: add new project using curves
|
2023-09-10 21:55:06 +02:00 |
|
Paul Miller
|
77bee0d54e
|
ed448: clarify why there are 56 or 57 byte keys
|
2023-09-10 03:00:51 +02:00 |
|
Paul Miller
|
6bcab6c24b
|
readme: add example for chash
|
2023-09-07 23:44:46 +02:00 |
|
Paul Miller
|
7befd5f881
|
readme
|
2023-09-07 15:34:29 +02:00 |
|
Paul Miller
|
8f78471703
|
Merge pull request #82 from sublimator/patch-2
docs: audited by plural firms
|
2023-09-07 15:34:03 +02:00 |
|
Nicholas Dudfield
|
17294f4974
|
docs: audited by plural firms
|
2023-09-07 10:59:48 +07:00 |
|
Paul Miller
|
3890b79e7e
|
readme
|
2023-09-06 20:22:45 +02:00 |
|
Paul Miller
|
2acebc8176
|
Add new audit of noble-curves by kudelski security.
|
2023-09-06 01:48:09 +02:00 |
|
Paul Miller
|
1e67754943
|
Merge pull request #81 from randombit/jack/check-short-sig-in-subgroup
Fix ShortSignature.fromHex to check the G1 point is valid
|
2023-08-31 20:26:17 +02:00 |
|
Jack Lloyd
|
156a1e909a
|
Fix ShortSignature.fromHex to check the G1 point is valid
|
2023-08-31 13:28:53 -04:00 |
|
Paul Miller
|
ccea23a712
|
Fix README. Closes gh-80
|
2023-08-31 02:16:47 +02:00 |
|
Paul Miller
|
8661eef949
|
readme
|
2023-08-29 16:29:30 +02:00 |
|
Paul Miller
|
4743182bf7
|
README: update security section
|
2023-08-29 14:36:11 +02:00 |
|
Paul Miller
|
5c477a88fa
|
README: update security section
|
2023-08-29 14:25:58 +02:00 |
|
Paul Miller
|
df9d461adf
|
README: update security section
|
2023-08-29 14:00:53 +02:00 |
|
Paul Miller
|
5c21fa3855
|
Merge pull request #79 from randombit/jack/update-readme-for-bls-short-sigs
Update the README to describe BLS short signature support
|
2023-08-28 17:02:19 +02:00 |
|
Jack Lloyd
|
6661a7db7b
|
Update the README to describe BLS short signature support
|
2023-08-28 09:22:25 -04:00 |
|
Paul Miller
|
cf5f2268fb
|
ed448: add todo comment
|
2023-08-27 18:49:55 +02:00 |
|
Paul Miller
|
1d5286ffa7
|
single-file build: expose more methods
|
2023-08-27 18:49:55 +02:00 |
|
Paul Miller
|
e31efd91d8
|
Merge pull request #74 from randombit/jack/add-short-signatures
Add verification of BLS short signatures
|
2023-08-26 00:50:42 +02:00 |
|
Jack Lloyd
|
c5e0e070d1
|
Complete BLS short signature support
|
2023-08-24 16:38:12 -04:00 |
|
Paul Miller
|
0d7756dceb
|
Release 1.2.0.
1.2.0
|
2023-08-23 20:00:32 +02:00 |
|
Paul Miller
|
b716b4603f
|
Update lockfile for 1.2
|
2023-08-23 19:58:55 +02:00 |
|
Paul Miller
|
d7a139822d
|
Release 1.2.0.
|
2023-08-23 19:55:35 +02:00 |
|
Paul Miller
|
fb6c379a26
|
Update README
|
2023-08-23 19:48:52 +02:00 |
|
Paul Miller
|
eeac255c88
|
update noble-hashes to 1.3.2
|
2023-08-23 19:45:47 +02:00 |
|
Paul Miller
|
925fc3f810
|
modular: adjust getFieldsBytseLength
|
2023-08-23 19:43:55 +02:00 |
|