Jason Colburne
Jason Colburne
## Rationale The reference documentation has gone stale - I noticed a couple things during implementation/integration that could be corrected. I will also see if there is room for enhancement....
It was noticed during a [spike integration](https://github.com/WebOfTrust/cesride/pull/119) in `cesride` that the `Ed448_Seed`, `X448` and `Ed448_Sig` sizes are incorrect. The PR linked has more details and a working solution, but effectively...
WASM wip
## Rationale We want WASM to work. ## Testing Install dependencies as outlined [here](https://rustwasm.github.io/docs/book/game-of-life/setup.html) Navigate to `wasm/demo/web` in your shell and run: ```sh npm install npm run serve ``` ###...
https://csrc.nist.gov/Projects/post-quantum-cryptography/selected-algorithms-2022 https://blog.cloudflare.com/nist-post-quantum-surprise/ https://pq-crystals.org/dilithium/ > We recommend using the Dilithium3 parameter set, which—according to a very conservative analysis—achieves more than 128 bits of security against all known classical and quantum attacks....
We want to minimize these throughout the library, for security reasons if nothing else. An example of a bad pattern accepting a `String` or a `Vec` as a parameter to...
Our errors are getting out of hand and we need to do something to reduce the number of variants. Many can be grouped and details specified at runtime. As an...
The crate is marked specifically as not suitable for production, but I wanted to see if things would work. I found issues with the `Sizage` tables. The problems occured due...