Mouse
Mouse
> After applying some patches to the resulting code (with some help from [this repo](https://github.com/riebl/vanetza/blob/master/vanetza/asn1/patches/iso/regional_extension_unions.patch): placeholders in empty unions, fixing circular dependencies, and then also adding a non-existing jer_decoder field...
@briansmith I disagree with exposing only hybrid in public API. As a cryptographer and as a practical user. For example, CNSA-2.0 does **not** define or require hybrid.
`random()` should be defined in `` too. It is on MacOS, as I just verified.
In my (extensive) experience with HSM, they keep asymmetric keys, and do RSA and/or ECDSA. Some of the more expensive HSM devices have enough horsepower and can offload the bulk...
Would supporting decoder of BER with infinite length create an attack surface? What's the use case of it in a crypto library/application?
> I think it might be more fruitful to report this at https://github.com/aws/aws-lc-rs Reported - but it looks like some parameters for the `aws-lc-rs` as a dependency build would need...
> > it looks like some parameters for the aws-lc-rs as a dependency build would need to go into this project's Cargo.toml. > > I believe the suggestion in [the...
> Ah I see, you're building Rustls but not actually consuming it as a dependency in a Rust project of your own? Is that an accurate summary? For now -...
> what is it that you're trying to do? First, right now I'm preparing for getting `rustls` into a project. There are several moving parts, including PQ crypto, so it...
> I was going off of this comment from the aws-lc-rs thread And the User Guide they referred to indeed showed how to install libclang/llvm using HomeBrew. In other words,...