consento-org / consento-org/get-random-values-polypony
Replace Random Number Generator
Open
refactor
- Dominant language
- JavaScript
- Stars
- 4
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
The current RNG is not audited. https://crypto.stanford.edu/sjcl/ is audited. As such, after #6, it would be a good idea to replace the RNG with the sjcl random number generator.
Contributor guide
Research direction
The issue names the current RNG and the SJCL random number generator, but no files or tests. Start by locating the existing RNG entry point and reviewing issue #6, then determine how the replacement must preserve synchronous behavior in Node, browsers, and React Native; done means those environments use the audited generator.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- cryptography
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100