-
The current implementation status of HKDF deriveBits operation in the 3 major browser shows a different behavior when passing zero in the 'length' argument:
| chrome | safari | firefox |
| -------…
-
### What version of Bun is running?
1.0.6
### What platform is your computer?
Linux 5.15.77-amd64-desktop x86_64 unknown
### What steps can reproduce the bug?
I have next-auth in a react function…
-
`secp256k1` from [Bitcoin core v25.0](https://github.com/bitcoin/bitcoin/releases/tag/v25.0) marks `secp256k1_ec_privkey_tweak_add` as deprecated in `bip32.h` and `bip32.c`.
```shell
$ make check
…
-
This project already includes several RustCrypto crates via the dalek crates. As far as I can see from it you only use [AES-GCM](https://docs.rs/aes-gcm/), [SHA-256](https://docs.rs/sha2/), [HMAC](htt…
-
The ultimate goal is to provide 100% coverage of the libsodium API in flutter. Not there yet, tracking progress of the entire libsodium API (725 symbols) in this issue.
Send PR or drop a note if yo…
-
It seems from a previous discussion with @natim that it would be easy to decrypt the records, but after reading the documentation (https://docs.services.mozilla.com/sync/storageformat6.html) it doesn'…
almet updated
7 years ago
-
Would you be open to a pull request to add another provider that uses https://crates.io/crates/aws-lc-rs?
-
Xor was simpler to implement but hmac would be cleaner.
-
Restrict HMAC and KMAC key sizes below 112 bits. There is no official guidance on this but it is something KeyPair has learnt from the CMVP.
This will need to be optional but enforced with the pedant…
-
Our current noise implementation is not compliant to the current standard.
IMO the only difference to a proper Noise_X_25519_AESGCM_SHA512 is the KDF which was changed from a homebrew version to the …