Indentation fixes

This commit is contained in:
Arthur B 2018-08-31 10:19:22 +02:00 committed by Grégoire Henry
parent a10932b577
commit 7206ccd560
No known key found for this signature in database
GPG Key ID: 50D984F20BD445D2
9 changed files with 106 additions and 106 deletions

View File

@ -216,7 +216,7 @@ external verify :
let write_sign (Sk (_sk, _c)) _buf ~msg:_ =
failwith "Not implemented"
(* if Bigstring.length buf < pk_size c then 0
(* if Bigstring.length buf < pk_size c then 0
* else
* match sign sk msg buf (to_curve c) with
* | true -> pk_size c
@ -224,7 +224,7 @@ let write_sign (Sk (_sk, _c)) _buf ~msg:_ =
let sign (Sk (_sk, _c)) _msg =
failwith "Not implemented"
(* let signature = Bigstring.create (pk_size c) in
(* let signature = Bigstring.create (pk_size c) in
* match sign sk msg signature (to_curve c) with
* | true -> Some signature
* | false -> None *)