package nocrypto
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Simpler crypto
Install
dune-project
Dependency
Authors
Maintainers
Sources
nocrypto-0.5.4.tbz
sha256=8f720c8753136706ae14d46ba85e27f482a8b3e9ceccf08b0de63348618a507f
md5=c331a7a4d2a563d1d5ed581aeb849011
Description
nocrypto is a small cryptographic library that puts emphasis on the applicative style and ease of use. It includes basic ciphers (AES, 3DES, RC4), hashes (MD5, SHA1, SHA2), public-key primitives (RSA, DSA, DH) and a strong RNG (Fortuna).
RSA timing attacks are countered by blinding. AES timing attacks are avoided by delegating to AES-NI.
Dependencies (19)
- zarith-freestanding
- mirage-solo5
- mirage-no-solo5
- zarith-xen
-
mirage-xen
>= "2.2.0" & < "6.0.0" - mirage-no-xen
-
sexplib
!= "v0.9.0" -
lwt
< "6~" - zarith
- cstruct-lwt
-
cstruct
>= "3.0.0" & < "6.1.0" -
ppx_sexp_conv
>= "113.33.01" & != "v0.11.0" -
ppx_deriving
>= "4.2" -
ocb-stubblr
build & >= "0.1.0" -
cpuid
build & >= "0.1.2" -
topkg
build & >= "0.9.1" -
ocamlbuild
build -
ocamlfind
build -
ocaml
>= "4.02.0" & != "4.08.0"
Dev Dependencies (1)
-
ounit
with-test
Used by (20)
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page