-
https://github.com/LoupVaillant/Monocypher/blob/baca5d31259c598540e4d1284bc8d8f793abf83a/src/monocypher.c#L2497
The order L is 2^252 + e, not 2^255 + e.
https://datatracker.ietf.org/doc/html/rfc…
-
From @cjpatton
# Section 1
* "verification value" doesn't quite capture the semantics of the server's
input. It's also not clear why this would hide the password. (The reason the
password …
-
In the arkworks library, the default encoding format for a point on a Twisted Edwards curve is to take the `x` co-ordinate and the sign of the `y` co-ordinate: https://github.com/arkworks-rs/algebra/b…
-
Currently suggested input documents in PR #77 are all CCG documents, which define Signature Algorithms such as EdDSA, ECDSA only for Linked Data Proofs, which is not the only proof of integrity for th…
-
Presently the `tendermint` crate uses the [`ed25519-dalek`](https://github.com/dalek-cryptography/ed25519-dalek) vicariously through the [`signatory-dalek`](https://github.com/iqlusioninc/signatory/tr…
-
The current draft is partially agnostic to the cryptographic details and in other parts very specific.
For example, the choice of curve is left open: https://github.com/schanzen/bbs-signature/blob/ma…
-
It's been *a very long time* since I added the RSA signature test vectors to the appendix of the HTTP Signatures spec. We should replace them with more modern examples. My suggestion would be to use e…
-
Considering the potential long deployment times for these device it seemed prudent to require a cipher suite based on Curve25519 (cipher suite no. 0).
EdDSA (and to a smaller degree X25519) does no…
-
Hello
thank for your library
I have a question. You specify the length of the private key with the value : 64
but in the RFC8032 documentation, they precise "_The private key is 32 octets_"
ref = …
-
First things first : awesome job, this is really great !
Are there plans for integrating EdDSA signing ?
Is it planned to support Curves 25519 and 448 ?
Thanks a lot :-)