This commit is contained in:
parent
35e245183b
commit
914e30633f
4 changed files with 19 additions and 20 deletions
|
|
@ -104,7 +104,7 @@ let () =
|
|||
in
|
||||
let bks = blinding_key_secret |> decode in
|
||||
let msg = decode message_hash in
|
||||
let bmsg = Fdh_rsa.rsa_blind pub ~bks ~msg in
|
||||
let bmsg = Fdh_rsa.rsa_blind pub ~bks msg in
|
||||
assert (encode bmsg = blinded_message);
|
||||
|
||||
()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue