Highlights
- Arctic Code Vault Contributor
- Pro
Popular repositories
3,144 contributions in the last year
Less
More
Activity overview
Contributed to
cfrg/draft-irtf-cfrg-hpke,
tlswg/draft-ietf-tls-esni,
cfrg/draft-irtf-cfrg-opaque
and 5 other
repositories
Contribution activity
February 2021
Created 156 commits in 27 repositories
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 2 repositories not shown
Created 4 repositories
-
chris-wood/key-consistency
Makefile
•
Built by
- chris-wood/tokenzoo.github.io SCSS
- chris-wood/ohttp-1 Rust
- chris-wood/merino Rust
Created a pull request in cloudflare/circl that received 8 comments
Adapt existing ristretto225 implementation to the CIRCL Group interfaces()
This change wraps @bwesterb's ristretto225 implementation. I'm opening it up as a draft PR to start, since there are some questions I'd like to wor…
+366
−5
•
8
comments
Opened 45 other pull requests in 23 repositories
cfrg/draft-irtf-cfrg-opaque
6
merged
chris-wood/draft-wood-cfrg-blind-signatures
5
merged
tfpauly/draft-pauly-adaptive-dns-privacy
4
merged
cfrg/draft-irtf-cfrg-voprf
4
merged
tlswg/draft-ietf-tls-esni
2
open
1
merged
cloudflare/odoh-go
1
open
1
merged
unicorn-wg/oblivious-http
2
merged
ietf-wg-privacypass/base-drafts
2
merged
cfrg/draft-irtf-cfrg-hpke
2
merged
cisco/go-hpke
1
closed
1
merged
tokenzoo/tokenzoo.github.io
1
open
abetterinternet/prio-documents
1
open
cfrg/draft-irtf-cfrg-hash-to-curve
1
open
ekr/draft-rescorla-dprive-adox
1
merged
cloudflare/odoh-client-go
1
merged
chris-wood/key-consistency
1
merged
cloudflare/circl
1
merged
chris-wood/ohttp-go
1
merged
martinthomson/ohttp
1
merged
cfrg/draft-irtf-cfrg-aead-limits
1
merged
tfpauly/privacy-proxy
1
merged
cloudflare/odoh-server-go
1
merged
ietf-wg-masque/wg-materials
1
merged
Reviewed 73 pull requests in 24 repositories
chris-wood/draft-wood-cfrg-blind-signatures 16 pull requests
- inverse_mod() must work on a non-prime field
- Hi!
- Test vector: there's one & rename evaluated_message
- Add Rust implementation
- Rename and redefine `random_integer`
- Add implementations
- evaluated_message -> blind_sig
- Rename Evaluate to BlindSign which is more self-explanatory
- Some more fixes.
- Finalize already verifies the signature
- Some edits.
- Remove the auxiliary public information
- Compat with Sage 9, and better match output labels w/ spec
- Blind: EMSA-PSS-ENCODE already hashes the message
- Suggest sanity checks in signature and verification functions
- Fix the test vectors (encoded_message vs blinded message)
unicorn-wg/oblivious-http 7 pull requests
ekr/draft-rescorla-dprive-adox 5 pull requests
xvzcf/tls-interop-runner 5 pull requests
chris-wood/key-consistency 4 pull requests
cfrg/draft-irtf-cfrg-opaque 4 pull requests
tlswg/draft-ietf-tls-esni 4 pull requests
cfrg/draft-irtf-cfrg-voprf 3 pull requests
cfrg/draft-irtf-cfrg-hpke 3 pull requests
cloudflare/odoh-client-go 3 pull requests
abetterinternet/prio-documents 2 pull requests
grittygrease/draft-sullivan-tls-opaque 2 pull requests
ietf-wg-privacypass/base-drafts 2 pull requests
cloudflare/odoh-client-rs 2 pull requests
tlswg/dtls13-spec 2 pull requests
tlswg/dtls-conn-id 1 pull request
cbartle891/draft-deprecate-ffdhe 1 pull request
MikeBishop/dns-alt-svc 1 pull request
cloudflare/odoh-rs 1 pull request
cloudflare/go 1 pull request
tlswg/external-psk-design-team 1 pull request
tlswg/tls13-spec 1 pull request
cjpatton/draft-ietf-tls-esni 1 pull request
cloudflare/odoh-server-go 1 pull request
Created an issue in cfrg/draft-irtf-cfrg-opaque that received 23 comments
HKDF-Expand limits
RFC 5869 limits the output length of Expand to 255*HashLen, but the envelope ciphertext has a larger capacity. (In theory, HKDF can produce any num…
23
comments