Skip to content

Commit d6afa56

Browse files
committed
TEST: enhanced RSA test case
1 parent 60bfc8b commit d6afa56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tests/units/rsa-test.r3

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Rebol [
103103
; released handle is now unusable:
104104
--assert error? try [rsa/verify/hash key-pub bin-data signature 'SHA512]
105105

106-
--test-- "Test input where it's not exactly at its head"
106+
--test-- "Test input which isn't exactly at its head"
107107
key-pub: rsa-init
108108
at #{0BADCAFE
109109
D2FC7B6A0A1E6C67104AEB8F88B257669B4DF679DDAD099B5C4A6CD9A88015B5
@@ -114,7 +114,7 @@ Rebol [
114114
0740647CEEEAA310BD12F985A8EB9F59FDD426CEA5B2120F4F2A34BCAB764B7E
115115
6C54D6840238BCC40587A59E66ED1F33894577635C470AF75CF92C20D1DA43E1
116116
BFC419E222A6F0D0BB358C5E38F9CB050AEAFE904814F1AC1AA49CCA9EA0CA83
117-
} 5 #{010001}
117+
} 5 next #{FF010001}
118118
--assert rsa/verify key-pub bin-data sign-hash
119119
bin-data: insert bin-data #{0BADCAFE}
120120
sign-hash: insert sign-hash #{0BADCAFE}

0 commit comments

Comments
 (0)