Tony Arcieri

Results 202 issues of Tony Arcieri

See: https://gitlab.redox-os.org/redox-os/rusttype/-/issues/148 The author says they don't plan on making any new releases and suggests their new [`ab_glyph`](https://github.com/alexheretic/ab-glyph) crate as a successor.

On today's Rust Cryptography Interest Group call we discussed the forthcoming stabilization of inline assembly and what it might potentially unlock for Rust cryptography. One of the ideas that came...

Related to #55 I think it'd be interesting to be able to annotate functions written in the hacspec subset of Rust in such a way that they could be extracted...

enhancement :rocket:
util
P2

I'm one of the leads of the RustCrypto project. I just opened an issue about trying to do some sort of hacspec integration: https://github.com/RustCrypto/meta/issues/9 One possibility I suggested was using...

enhancement :rocket:

- [ ] [HC-128](https://www.ecrypt.eu.org/stream/p3ciphers/hc/hc128_p3.pdf)

help wanted

There are two big optimizations we could do on both the `chacha20` and `salsa20` crates. ## Avoid recomputing initial state *EDIT: both crates now have a `new` method to compute...

enhancement
help wanted

This is mostly a heads up that design work is underway to allow parts of `std` to be swappable via cargo: https://internals.rust-lang.org/t/pre-rfc-std-aware-cargo/9450 Would be good to make sure this feature...

Currently all of the AEAD implementations do two passes over the plaintext/ciphertext when encrypting/decrypting respectively: for encryption, they encrypt the plaintext in the first pass, and authenticate it in the...

enhancement
help wanted
good first issue

Following up from https://github.com/RustCrypto/meta/issues/10, this is an issue for discussion potentially adding "recommended" badges to certain algorithms in this repo: ![Recommended: Yes](https://img.shields.io/badge/recommended-yes-success.svg)

This is a tracking issue for additional elliptic curves we could potentially implement. Note that we are presently focusing on short Weierstrass curves which can be implemented using the `primeorder`...

help wanted
question