Bill
Bill
We're using this library for some pretty cool stuff, but I have a complex, slow, and memory-intensive wrapper around CTTK to add unsigned support, including proper over/under-flow detection. Integrating this...
We'll emulate these with slower e operations for now. Rotation is not as important as modular numbers or exponentiation, but nice to have for crypto.
Hi, Thomas. I would like to use this code in a prototype crypto-related project that wont go live in 2018 (though the prototype should be functional in 2018). The earliest...
Julien ran into trouble when he needed to encode a big integer as little-endian bytes, since he did not know in advance how big to make the byte buffer. I...
This is a big patch involving several entries that cleans up the PHS declarations, defines limits for the input parameters, and provides a mechanism for automatically generating test vectors for...
The noise_handshake code from the Chromium folks used an abstraction layer around the crypto operations to allow use of Ring crypto, BoringSSL Rust bindings, or Rust crypto. For the initial...