Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
belenios
belenios
Commits
a267b97c
Commit
a267b97c
authored
May 02, 2013
by
Stephane Glondu
Browse files
Indentation in legacy sandbox
parent
fc5386f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/legacy/sandbox.ml
View file @
a267b97c
...
@@ -7,8 +7,8 @@ open Serializable_compat_t
...
@@ -7,8 +7,8 @@ open Serializable_compat_t
(** Hash function used for election fingerprints, smart ballot
(** Hash function used for election fingerprints, smart ballot
trakers, etc. *)
trakers, etc. *)
let
hashB
x
=
Cryptokit
.(
x
|>
let
hashB
x
=
Cryptokit
.(
x
|>
hash_string
(
Hash
.
sha256
()
)
|>
hash_string
(
Hash
.
sha256
()
)
|>
transform_string
(
Base64
.
encode_compact
()
)
transform_string
(
Base64
.
encode_compact
()
)
)
)
(** The files described in README.md are stored in a directory named
(** The files described in README.md are stored in a directory named
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment