Skip to content

Commit

Permalink
Update SECURITY-BP.md
Browse files Browse the repository at this point in the history
  • Loading branch information
markrosenbaum authored Sep 11, 2023
1 parent cff00ad commit 4ec21b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/SECURITY-BP.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ In Anura, when coding in security sensitive context, we replace `Math.random()`

1. If not already installed, run `npm install @types/node`
2. Add `import * as crypto from "crypto";` to the head of whatever file in which you would like to replace `Math.random()`
3. add the following function to your code:
3. Add the following function to your code:

```ts
function cryptoRandom() {
Expand Down

0 comments on commit 4ec21b4

Please sign in to comment.