Tony Arcieri
Tony Arcieri
This commit signals the intent of this project to explore `gaol` as the mechanism by which builds are sandboxed: https://github.com/servo/gaol The README.md for `gaol` carries the following warning: > gaol...
This allows using `ed25519-consensus` in conjunction with the `signature::{Signer, Verifier}` traits. These traits are generic around a signature type parameter, which in this case is `ed25519::Signature`. Uses namespaced features to...
FYI, there's an open PR to add a `stream` module to the RustCrypto `aead` crate which [`StreamingAead`](https://github.com/project-oak/tink-rust/blob/main/tink/src/streamingaead.rs) could potentially benefit from: https://github.com/RustCrypto/traits/pull/436 In particular I think it'd be nice if...
Just discovered this project, which looks quite interesting! I just wanted to note that there's a `librpmbuild-sys` crate available: - repo: https://github.com/rpm-software-management/librpm.rs/tree/master/librpmbuild-sys - docs: https://rustrpm.org/librpmbuild_sys/index.html There's presently no idiomatic Rust...
The Kyber reference implementation has been updated to eliminate usages of division out of timing-variability concerns: https://github.com/pq-crystals/kyber/commit/dda29cc63af721981ee2c831cf00822e69be3220 It would probably be good to do something similar, e.g. https://github.com/Argyle-Software/kyber/blob/476e22c1a1ed579f3030e1ae46077036dc384d7f/src/reference/polyvec.rs#L63
I use `powerpc-unknown-linux-gnu` as a 32-bit big endian platform for `cross` tests. I'm getting this error compiling `precision` on it (in `p384`): ``` Compiling precision v0.1.14 error[E0425]: cannot find function...
Rust 1.78 added a new `diagnostic::on_unimplemented` attribute which can be used to add additional context in the event a trait isn't impl'd in the form of `note` messages that appear...
This is a tracking issue for the next set of breaking releases which are currently under development on the master branch. These are somewhat interdependent on https://github.com/RustCrypto/traits/issues/1571 as noted below:...
This is a tracking issue for the next set of breaking releases which are currently under development on the master branch: - [ ] `ascon-hash` v0.3 - [ ] `belt-hash`...
This is a tracking issue for the next set of breaking releases which are currently under development on the `master` branch: - [ ] `aead` v0.6 - [ ] `async-signature`...