Skip to content

Commit

Permalink
SC-392 Increase complexity of rsaVerify up to 300 (#2396)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkraft authored and Sergey Nazarov committed Jun 21, 2019
1 parent f681869 commit 3594082
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ object CryptoContext {
val rsaVerifyF: BaseFunction =
NativeFunction(
"rsaVerify",
100,
300,
RSAVERIFY,
BOOLEAN,
"check RSA signature",
Expand Down

0 comments on commit 3594082

Please sign in to comment.