Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-19 | G refers to secp256k1 base point rather generator | Hennadii Stepanov | |
2020-01-19 | improve rationale for key prefixing | Tim Ruffing | |
2020-01-19 | Settle on notation: is_square(y), has_square_y(P) | Pieter Wuille | |
2020-01-19 | typos | Tim Ruffing | |
2020-01-19 | Update bip-schnorr.mediawiki | Pieter Wuille | |
Co-Authored-By: Tim Ruffing <tim@timruffing.de> | |||
2020-01-19 | Update bip-schnorr.mediawiki | Pieter Wuille | |
Co-Authored-By: Tim Ruffing <tim@timruffing.de> | |||
2020-01-19 | Elaborate on default and alternative signing | Pieter Wuille | |
2020-01-19 | Change reference for ECDSA proofs | Tim Ruffing | |
Refer to Manuel Fersch's dissertation for provable security of ECDSA. It's freely accessible and multiple results put well in context. | |||
2020-01-19 | More on key generation | Pieter Wuille | |
2020-01-19 | Clarify interaction x-only keys with verification | Pieter Wuille | |
2020-01-19 | Update bip-schnorr.mediawiki | Pieter Wuille | |
Co-Authored-By: Tim Ruffing <tim@timruffing.de> | |||
2020-01-19 | Explain that MuSig needs key prefixing | Pieter Wuille | |
2020-01-19 | bip-schnorr: more on (e,s) | Tim Ruffing | |
2020-01-19 | bip-schnorr: more on provable security | Tim Ruffing | |
I'll try to get a link to the CCS paper that does not have a paywall... | |||
2020-01-19 | Typo | Pieter Wuille | |
2020-01-19 | Drop other curve comment | Pieter Wuille | |
2020-01-19 | Prefix infinite with is_ | Pieter Wuille | |
2020-01-19 | Apply suggestions from code review | Pieter Wuille | |
Co-Authored-By: Tim Ruffing <tim@timruffing.de> | |||
2020-01-19 | Formulate claims about BatchVerify more accurately | Pieter Wuille | |
2020-01-19 | Use is_square/is_positive and introduce algorithm names | Pieter Wuille | |
2020-01-19 | HTTPS links where possible | Pieter Wuille | |
2020-01-19 | Small fixes from review with real-or-random | Pieter Wuille | |
2020-01-19 | Link to Schnorr's paper instead of Wikipedia | Tim Ruffing | |
2020-01-19 | Standardize on secret key in bip-schnorr | Jonas Nick | |
2020-01-19 | Euler's Criterion prime only nit | Elichai Turkel | |
2020-01-19 | Mention SHA256 block size | Jonas Nick | |
Rebased by Pieter Wuille | |||
2020-01-19 | Address some nits | Pieter Wuille | |
2020-01-19 | Rework Applications section | Tim Ruffing | |
2020-01-19 | Add a footnote about 32-byte security | Tim Ruffing | |
2020-01-19 | note about pubkey collision | Anthony Towns | |
2020-01-19 | key gen, verify, sign in intro | Anthony Towns | |
2020-01-19 | make secret key a 32-byte array called sk, introduce pubkey() | Anthony Towns | |
2020-01-19 | pk not p | Anthony Towns | |
2020-01-19 | public keys aren't identical | Anthony Towns | |
2020-01-19 | Address sipa's comments | Jonas Nick | |
2020-01-19 | Tag signature hashes, improve rationale and update test vectors | Jonas Nick | |
2020-01-19 | Use a tagged hash in bip-schnorr nonce derivation | Jonas Nick | |
2020-01-19 | Return a point from lift_x() | John Newbery | |
2020-01-19 | Define c in lift_x(x) | John Newbery | |
2020-01-19 | Replace 'quadratic residue of...' | John Newbery | |
2020-01-19 | Address sipa's feedback | Jonas Nick | |
2020-01-19 | Update bip-schnorr.mediawiki | Jonas Nick | |
Co-Authored-By: Tim Ruffing <tim@timruffing.de> | |||
2020-01-19 | Address Tim's comments | Jonas Nick | |
2020-01-19 | Switch to 32 byte public keys in bip-schnorr | Jonas Nick | |
2020-01-19 | remove duplicate warning | Mark B Lundeberg | |
Though perhaps, the emphasis is warranted given its importance. :-) | |||
2020-01-19 | Add draft for Schnorr BIP | Pieter Wuille | |
Includes squashed contributions by GitHub users jonasnick, real-or-random, AustinWilliams, JustinTArthur, ysangkok, RCassatta, Sjors, tnakagawa, and guggero. |