ring
ring copied to clipboard
Safe, fast, small crypto using Rust
This is a continuation of the upstreaming effort from https://github.com/briansmith/ring/pull/1459. We would really like some feedback on this PR, we wish to use `ring` to secure millions of Espressif devices....
Hello, I'm trying to use the ring's SHA and HMAC for `wasm32-unknown-unknown` target. I'm building the WASM plugin for the envoy proxy. The build procedure works, but I can't load...
I saw that issue #728 hit a dead end a while ago, and I figured that with the somewhat recent stabilization of const generics that it could be picked up...
it seems `ring-v16.20` is not compatible with cargo-build-bpf (which is used to compile solana programs) it fails on build script as the solana os/arch passed is not in `ASM_TARGETS`. my...
NIST is supposed to announce the new Post-Quantum standards for Key Encapsulation Mechanism and Digital Signature by the end of this January. Any plans or efforts underway to support those...
DJB recommends NTRU Prime, but other algorithms are worth considering too. For maximum robustness, we might want to take a bunch of different algorithms and hash the results.
A new release is required. I'm developing a program in an arch64-pc-windows-msvc environment, and I need a new release to do that. I don't know how to make the 'pregenerate'...
I don't use ring directly but via jsowebtoken, rustls, etc. I am trying to compile on AWS Graviton EC2 and get the following error for the following command: cargo build...
`RSA_PKCS1_SHA1_FOR_LEGACY_USE_ONLY` is currently _intentionally_ not available for RSA signing (only verification). However, it may be necessary when interacting with services that only support RSA SHA1 (e.g., Azure DevOps). This PR...
Hi, I'm trying to compile reqwest with rustls support on Windows arm64 and I'm getting the following error: ``` error: failed to run custom build command for `ring v0.16.19` Caused...