-
https://datatracker.ietf.org/doc/rfc5753 Use of Elliptic Curve Cryptography (ECC) Algorithms
in Cryptographic Message Syntax (CMS) is implemented in bouncycastle and there is a nice example here:
ht…
-
A meta issue to track integration of [hacl-rs](https://github.com/hacl-star/hacl-star/pull/918) into libcrux.
### Primitives
- [ ] P 256
- [ ] Blake2
- [ ] Chacha
- [ ] Poly1305
- [ ] RSA
- [ ] P 38…
-
- [x] #14119 added support for key generation of Ed25519 and X25519
- [x] #16140 Completes implementation for Ed25519 import/export
- [x] Fix X25519 operations (derive and import JWK) and add tests.
…
-
I'm get this error when calling `CryptoBox.keyPair()` on a device running Android 13. Is there any workaround for this, or perhaps some other configuration I might be missing?
```
Caused by: java.…
-
https://www.hardenize.com/report/dev2.terrax.net/1508683367#www_tls
https://www.ssllabs.com/ssltest/analyze.html?d=dev2.terrax.net&hideResults=on
-
I found out that the nid for x25519 is not present in nid.rs but it's present in the openssl repo (https://github.com/openssl/openssl/blob/master/include/openssl/obj_mac.h, line 5374 to 5376) like any…
-
Hi,
Since you are testing v1.0.0 I am coming back with this issue. Today I was able to build the master branch from source (something that had failed in all my previous attempts). But I am still u…
-
It seems that Intel also implements curve25519 based on AVX512-IFMA. Have you compared the performance of the two implementations?
https://github.com/intel/cryptography-primitives/tree/5ada2314016b…
-
```
#!watchflakes
default 127.0.0.1:64558: use of closed network connection
Read 0, wanted 43, got , wanted 1403030001011603030020c12291c4dd19b5f0b0d87c824f51d0bd811324fc892ffd160e6c9d180e…
-
As a follow-up feature to be considered after #25884 has been implemented:
[draft-ietf-tls-hybrid-design-11](https://datatracker.ietf.org/doc/html/draft-ietf-tls-hybrid-design-11) explicitly allows…