str4d

Results 410 issues of str4d

Only if we implement #14.

Maybe? Are there many of these around?

Currently we only read an OpenSSH key from a file if the opening tag is the first line. This is fine for generated keys in standalone files, but *technically* PEM...

The `hashReserved` field in the Zcash block header is currently all-zero by convention, but will likely be used in future, and thus should not be assumed to be all-zero. It...

Currently the Curve25519-specific arithmetic is closely-coupled to its use in this EdDSA implementation. Part of the reason for this was to make it theoretically easier to generically support other EdDSA...

breaking change

[RFC 8410 section 7](https://tools.ietf.org/html/rfc8410#section-7) specifies that a private key may contain attributes, or its corresponding public key. These are marked as `OPTIONAL`, which per [BCP 14](https://tools.ietf.org/html/bcp14) means that we >...

See https://tools.ietf.org/html/rfc8032#section-5.2

ie. EdDSA where the input message is `H(m)`. See https://tools.ietf.org/html/rfc8032 and http://ed25519.cr.yp.to/eddsa-20150704.pdf

enhancement

I noticed today that the `curv` traits are implemented for `ristretto255`. `ristretto255` is an abstract group, not an elliptic curve. See [the ristretto255 RFC draft](https://www.ietf.org/staging/draft-irtf-cfrg-ristretto255-00.html) for more details. The `curv`...

Implements [Prop123](https://geti2p.net/spec/proposals/123-new-netdb-entries).