-
/re [hierarchical-deterministic-keys--bip32-and-beyond.md](https://github.com/WebOfTrustInfo/rebooting-the-web-of-trust/blob/master/topics-and-advance-readings/hierarchical-deterministic-keys--bip32-a…
-
Upcoming Solana feature flags introduce ristretto255, a prime-order group constructed on top of Curve25519.
Introduce the reference implementation, test vectors, and diff fuzzing.
Sources:
- ht…
-
Sphinx asks for several independent hash functions accepting a group element as input and various keys as outputs, for this a KDF is the suitable answer. HKDF-SHA256 is fine. Blake2b would be faster a…
-
We're running [S3Drive](https://s3drive.app/) (GUI for S3 on desktop, mobile, web) and recently aligned with Rclone's encryption scheme for better interoperability and features like drive mount and We…
-
[Bug 29005](https://www.w3.org/Bugs/Public/show_bug.cgi?id=29005):
Bitcoin uses the secp256k1 curve for generating signing keys. Even though this is not a standard NIST curve, it is part of the publi…
-
## Request for Mozilla Position on an Emerging Web Specification
* Specification Title: Curve25519 in WebCrypto
* Specification or proposal URL: https://github.com/tQsW/webcrypto-curve25519/bl…
-
I'd recommend my chacha library over my salsa20 as its better tested and includes an authentication mechanism. The node aes-gcm might also fit your requirements
-
In #393, we define a union with an enum discriminant roughly like:
```
enum {
continue(0),
finished(1)
reject(2),
(255)
} PrepareStepState;
struct {
PrepareStepState prepare_ste…
-
Type annotations are used in the reference implementation in order to generate a more readable spec. Currently these type annotations aren't for correctness. For instance, in https://github.com/cfrg/d…
-
In PR #750 we're planning to expose information about the AEAD algorithm's limits as far as the amount of data that is safe to encrypt and/or authenticate using a given AEAD key. The idea is that the …