File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ Rebol [
103
103
; released handle is now unusable:
104
104
--assert error? try [rsa/verify/hash key-pub bin-data signature 'SHA512]
105
105
106
- --test-- "Test input where it's not exactly at its head"
106
+ --test-- "Test input which isn't exactly at its head"
107
107
key-pub: rsa-init
108
108
at #{ 0BADCAFE
109
109
D2FC7B6A0A1E6C67104AEB8F88B257669B4DF679DDAD099B5C4A6CD9A88015B5
@@ -114,7 +114,7 @@ Rebol [
114
114
0740647CEEEAA310BD12F985A8EB9F59FDD426CEA5B2120F4F2A34BCAB764B7E
115
115
6C54D6840238BCC40587A59E66ED1F33894577635C470AF75CF92C20D1DA43E1
116
116
BFC419E222A6F0D0BB358C5E38F9CB050AEAFE904814F1AC1AA49CCA9EA0CA83
117
- } 5 #{ 010001 }
117
+ } 5 next #{ FF010001 }
118
118
--assert rsa/verify key-pub bin-data sign-hash
119
119
bin-data: insert bin-data #{ 0BADCAFE }
120
120
sign-hash: insert sign-hash #{ 0BADCAFE }
You can’t perform that action at this time.
0 commit comments