-
I spoke to soon. Ignore the previous post.
For some bizarre reason I am getting this error today, where the code I am running has been the same, mostly and working for a while now. Bizarre.
I …
-
Currently this crate relies upon URSA, however this will not provide support for all required crypto types in future. This task represents refactoring core crypto usage to use the [RustCrypto](https:/…
-
**Is your feature request related to a problem? Please describe.**
In SSH, I got remote public key, remote signature with 64 bytes length.
But look into your ed25518signer, I provide them, but veri…
-
**Description of issue or feature request**:
Excerpt from GitHub Action log with sporadically failing gpg eddsa tests observed on different Python versions ~and operating systems~:
```
========…
-
Currently only RSA and ECDSA schems are accepted. EDDSA keys such as ED25519 or ED448 shall also be accepted.
RFC 8446, Section 1:
```
- Authentication: The server side of the channel is alwa…
-
By submitting this issue you are acknowledging that any information regarding this issue will be publicly available.
If you have privacy concerns, please email [conformance-tools@fidoalliance.org](…
-
Which document does the ge25519_scalarmult_base_niels implementation refer to ? Is it exactly the same as the scalarmult implementation of ed25519( RFC8032 5.1.4 )?
-
```
Dear, list,
Thank you so much for all your efforts into developing MLS.
After re-reading the architecture and protocol drafts, I have some
comments. Please, excuse me if I got anything wro…
-
Context:
In OpenStack we use PyMSQL [1] to connect to MariaDB. I'm currently working to extend that library to connect to MariaDB via a MariaDB authentication plugin that is based on Ed25519 [2]. …
-
i'm trying to sign using x25519 keypairs (too late to change),
and trevor posted this:
https://www.moderncrypto.org/mail-archive/curves/2014/000293.html
```
Verify(A, msg, signature):
…