File: dune

package info (click to toggle)
ocaml-kdf 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 160 kB
  • sloc: ml: 610; ansic: 56; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 179 bytes parent folder | download
1
2
3
4
5
6
7
(library
 (name scrypt)
 (public_name kdf.scrypt)
 (modules scrypt)
 (libraries mirage-crypto kdf.pbkdf)
 (c_names salsa-core)
 (c_flags (:standard --std=c99 -Wall -Wextra -O3)))