We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e754d12 commit c711c73Copy full SHA for c711c73
src/tests/units/rsa-test.r3
@@ -88,8 +88,8 @@ do %../quick-test.r3
88
--assert binary? sign-hash: rsa/sign key-pri #{41686F6A21}
89
--assert none? rsa/sign key-pub #{41686F6A21} ;because private key is needed
90
91
- --test-- "RSA verifiation"
92
- ;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)
93
--assert #{41686F6A21} = rsa/verify key-pub sign-hash
94
--assert #{41686F6A21} = rsa/verify key-pri sign-hash
95
0 commit comments