Indentation fixes
This commit is contained in:
parent
a10932b577
commit
7206ccd560
4
vendors/ocaml-uecc/src/uecc.ml
vendored
4
vendors/ocaml-uecc/src/uecc.ml
vendored
@ -216,7 +216,7 @@ external verify :
|
|||||||
|
|
||||||
let write_sign (Sk (_sk, _c)) _buf ~msg:_ =
|
let write_sign (Sk (_sk, _c)) _buf ~msg:_ =
|
||||||
failwith "Not implemented"
|
failwith "Not implemented"
|
||||||
(* if Bigstring.length buf < pk_size c then 0
|
(* if Bigstring.length buf < pk_size c then 0
|
||||||
* else
|
* else
|
||||||
* match sign sk msg buf (to_curve c) with
|
* match sign sk msg buf (to_curve c) with
|
||||||
* | true -> pk_size c
|
* | true -> pk_size c
|
||||||
@ -224,7 +224,7 @@ let write_sign (Sk (_sk, _c)) _buf ~msg:_ =
|
|||||||
|
|
||||||
let sign (Sk (_sk, _c)) _msg =
|
let sign (Sk (_sk, _c)) _msg =
|
||||||
failwith "Not implemented"
|
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
|
* match sign sk msg signature (to_curve c) with
|
||||||
* | true -> Some signature
|
* | true -> Some signature
|
||||||
* | false -> None *)
|
* | false -> None *)
|
||||||
|
Loading…
Reference in New Issue
Block a user