Skip to content
Snippets Groups Projects
Unverified Commit 88c0bf14 authored by Sydney Anne Erickson's avatar Sydney Anne Erickson :chipmunk:
Browse files

removeFact test bit size too low

parent f60662b3
Branches
Tags
No related merge requests found
......@@ -49,7 +49,7 @@ func TestRemoveFact(t *testing.T) {
}
rng := csprng.NewSystemRNG()
cpk, err := rsa.GenerateKey(rng, 256)
cpk, err := rsa.GenerateKey(rng, 2048)
if err != nil {
t.Fatal(err)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment