Skip to content

Commit

Permalink
FIX: typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Sep 2, 2018
1 parent e754d12 commit c711c73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/units/rsa-test.r3
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ do %../quick-test.r3
--assert binary? sign-hash: rsa/sign key-pri #{41686F6A21}
--assert none? rsa/sign key-pub #{41686F6A21} ;because private key is needed

--test-- "RSA verifiation"
;you can use both keys for verifiation (only the public parts are used)
--test-- "RSA verification"
;you can use both keys for verification (only the public parts are used)
--assert #{41686F6A21} = rsa/verify key-pub sign-hash
--assert #{41686F6A21} = rsa/verify key-pri sign-hash

Expand Down

0 comments on commit c711c73

Please sign in to comment.