Results 661 comments of Brian Smith

This will be easier to do after #240 is done.

Now that we can use `#[repr(align)]` (we're already using it as of today, for ChacCha20-Poly1305), this seems a lot more practical. I cleaned up some of the C/asm code to...

In particular, on macOS hosts, a year or two ago, we have found that Apple Clang wasn't able to target wasm32-* targets, so people had to install LLVM Clang instead....

No movement so far. I imagine the process would go something like this: 1. I merge the last few months of BoringSSL changes into *ring*. 2. Somebody does a PoC...

Also, I remember that some people who want to target PowerPC want to do so because there are some PowerPC-based HSMs that they want to run *ring*-based programs on. In...

If you are interested in working together on getting *ring* working on Power/PowerPC, please email me: [email protected].

PR #814 attempts to fix this. I'll look at it after other people interested in POWER/PPC support (e.g. the people who have commented on this issue) have reviewed it and...

I am making substantial progress towards getting this working. We need to split out two parts of the existing PR(s): "whatever is needed for big endian support", which will be...

PR #863 adds a pure-Rust implementation of SHA-2 that should kick in automatically for Power/PowerPC. For people working on Power/PowerPC PRs, PTAL.

Adding support for AES-GCM for Power/PowerPC will be done as part of #971. Please follow along there. RSA and then ECC stuff will follow.