-
The RFC for `ed25519` (https://datatracker.ietf.org/doc/html/rfc8032#section-7.1) specifies a number of test cases that any implementation must handle. We should add these to ensure our implementation…
-
otrv4/ed448 public key size is 56 bytes, private key size is 144 bytes, signature is 112 bytes
According the rfc8032 standard: https://tools.ietf.org/html/rfc8032
> 4. EdDSA uses small public key…
-
WebKit's implementation of Ed25519, when using macOS's CryptoKit, produces randomized signatures (presumably as per [draft-irtf-cfrg-det-sigs-with-noise](https://datatracker.ietf.org/doc/draft-irtf-cf…
twiss updated
1 month ago
-
I have ed25519 pubkeys.
I would like to check there validity.
The RFC say how to do that by decoding/decompressing to an x,y point : https://tools.ietf.org/html/rfc8032#page-11
Do y plan to add t…
-
I have ed25519 pubkeys.
I would like to check there validity.
The RFC say how to do that by decoding/decompressing to an x,y point : https://tools.ietf.org/html/rfc8032#page-11
Do y plan to add t…
-
https://github.com/solid/solid/blob/master/proposals/auth-webid-rsa.md
See also:
* https://gist.github.com/tqbf/be58d2d39690c3b366ad
* https://crypto.stackexchange.com/questions/12688/can-you-e…
-
I have ed25519 pubkeys.
I would like to check there validity.
The RFC say how to do that by decoding/decompressing to an x,y point : https://tools.ietf.org/html/rfc8032#page-11
Do y plan to add t…
-
From the [FIDO 2 specification](https://fidoalliance.org/specs/fido-v2.0-rd-20180702/fido-server-v2.0-rd-20180702.html#other) ed25519 is `Recommended`:
```
Name: Ed25519
Value: 6
Description: Ed…
-
Use the official minisign to verify the downloaded zig version.
https://ziglang.org/download/
-
Hello,
based on the implementation [here](https://github.com/matter-labs/sapling-crypto/blob/master/src/circuit/baby_eddsa.rs#L91) you only bind the message to the nonce, but not the public key.
U…