commit | 4231b1c40d690c124e890da8cfb3afb5eba4bddd | [log] [tgz] |
---|---|---|
author | QUICHE team <quiche-dev@google.com> | Fri Jul 21 14:42:07 2023 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Jul 21 14:42:47 2023 -0700 |
tree | f7e912861c1ab902550fbeddbee82ca77c3f6793 | |
parent | f45df57a4b14efe5dbfd9064f09410c62e787300 [diff] |
Modifying the rsa verifier in AT crypto library to take in a boolean that indicates whether RSA public exponent should be used for computations during the execution of the blind RSA signature with public metadata protocol. The rest of the files only change their calls to the New method of the verifier class to build correctly. PiperOrigin-RevId: 550054124
QUICHE stands for QUIC, Http, Etc. It is Google‘s production-ready implementation of QUIC, HTTP/2, HTTP/3, and related protocols and tools. It powers Google’s servers, Chromium, Envoy, and other projects. It is actively developed and maintained.
There are two public QUICHE repositories. Either one may be used by embedders, as they are automatically kept in sync:
To embed QUICHE in your project, platform APIs need to be implemented and build files need to be created. Note that it is on the QUICHE team's roadmap to include default implementation for all platform APIs and to open-source build files. In the meanwhile, take a look at open source embedders like Chromium and Envoy to get started:
To contribute to QUICHE, follow instructions at CONTRIBUTING.md.
QUICHE is only supported on little-endian platforms.