You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
["dune" "runtest" "-p" name "-j" jobs] {with-test}
14
+
["dune" "build" "-p" name "@doc"] {with-doc}
15
+
]
16
+
depends: [
17
+
"dune" {>= "1.3.0"}
18
+
"ocaml" {>= "4.02.0"}
19
+
"alcotest" {with-test}
20
+
"ohex" {with-test}
21
+
]
22
+
synopsis: "The Salsa20 core functions, in OCaml"
23
+
description: """
24
+
An OCaml implementation of [Salsa20 Core](http://cr.yp.to/salsa20.html) functions, both Salsa20/20 Core and the reduced Salsa20/8 Core and Salsa20/12 Core functions.
25
+
The hot loop is implemented in C for efficiency reasons.
0 commit comments