-
In Section 1, [I-D.irtf-cfrg-voprfs] is a broken reference.
Interestingly, Section 1 motivates this document with, "Specifically,
VOPRFs are not necessarily publicly verifiable", but
draft-irtf-cfr…
-
We have a use case where a HSM is used to store the server private key. Currently almost all HSMs use the PKCS#11 standard, which doesn't have support for ristretto255 + DH. It is my understanding tha…
-
From @armfazh:
Appendix D is equal to Section 4.3 of VOPRF. Should this section be
replaced by reference or by a verbatim copy of Sec 4.3?
https://datatracker.ietf.org/doc/html/draft-irtf-cfrg-…
-
Wiki suggests using Argon2 KDF instead of Identity. I enabled argon2 feature, but can't seem to find it.
```
use opaque_ke::CipherSuite;
struct Default;
impl CipherSuite for Default {
type …
-
- [ ] Overall: The document is inconsistent about capitalization after colon (":").
- [ ] Abstract: I'm not sure the distinction between public/private verifiability is common knowledge. It might be …
-
- [x] (nit) s.2.1: In the list of group member functions, each item is prefixed by "A member function of Group that" except for the first three. I think you could remove these prefixes.
- [ ] s.2.2: …
-
### Problem:
aws-lc-sys v0.9.0 failed to build for `aarch64-unknown-linux-gnu`
build command:
```
cross build --release --target aarch64-unknown-linux-gnu
```
#### Relevant details
AWS-…
-
I'm getting the following error when I try to build `boring` for iOS. Do you have an idea what went wrong?
Error
```
...
Compiling boring-sys v1.1.0
error: failed to run custom build comman…
-
Hello! @hober and I discussed this at our [face to face](https://github.com/w3ctag/meetings/blob/gh-pages/2019/12-cupertino/README.md) in Cupertino. We are also tracking this in [our issue](https://gi…
-
Hi, I'm trying to build this crate, version `2.0.0-pre 2`, inside a docker container and it fails to build. Building locally on a new project also fails. I created a demo repo with a Dockerfile: [Link…