Skip to content

Commit

Permalink
the test used math/rand rather than crypto/rand,
Browse files Browse the repository at this point in the history
  • Loading branch information
poolpOrg committed Oct 4, 2023
1 parent 0e6a213 commit c2a0ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion encryption/encryption_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ package encryption

import (
"bytes"
"math/rand"
"crypto/rand"
"testing"
)

Expand Down

0 comments on commit c2a0ce9

Please sign in to comment.