-
As part of the work to [add an ML-KEM implementation](https://github.com/RustCrypto/KEMs/pull/2), I took a look at the KEM traits in this repo (in the `kem` directory). Given that crates.io shows onl…
-
Instantiating a `bootstrapping.Evaluator` modifies the `bootstrapping.Parameters` template that is given as input. Reusing the same `bootstrapping.Parameters` to instantiate a second `bootstrapping.Ev…
-
Jose API will be initially based on the Thorntail [Jose API](https://github.com/thorntail/thorntail/blob/master/fractions/jose/src/main/java/org/wildfly/swarm/jose/Jose.java).
The only change I'm …
-
### Description
Can't install Arrow/17.0.0 when parquet with encription is enable, here is my conanfile.py
I get the fallowing error:
```
error C1083: No se puede abrir el archivo incluir: '…
-
pybind/tests/utils.py -> GeneralHeContext -> to_device_after_key_generation
```
if device and not to_device_after_key_generation:
context.to_device_inplace()
encoder.to_dev…
-
(To not discuss this in #3 )
I though on how to continue with this or refactor it, taking both decoding and encoding into mind.
First I'd like to ask about renaming and shortening the module. `mozilla…
-
This was broken in 0.4.3 and still broken in 0.4.4:
```
:info:build [551/556] Linking C shared library plugins/openpgp.dylib
:info:build FAILED: plugins/openpgp.dylib
:info:build : && /Library/De…
-
Would it be possible to extend your crate to support non-Copy types such as Vec? See the problem reported here:
https://github.com/rustwasm/wasm-bindgen/issues/439
And a concrete example I'm fac…
-
## Environment
- Ruby 2.7.2p137
- Rails 6.1.3.2
- Devise 4.8.0
```
devise :database_authenticatable, :registerable, :confirmable, :lockable,
:timeoutable, :trackable, :recoverable, …
-
Newer releases of `rustls` have introduced abstraction layers for implementing custom cryptography backends for the client. Right now we have our own heavily modified fork which does the same and adds…