Skip to content

Commit 671d2ad

Browse files
committed
[ci skip] add description to opam files
1 parent e740bdf commit 671d2ad

File tree

4 files changed

+13
-1
lines changed

4 files changed

+13
-1
lines changed

mirage-crypto-entropy.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ available: [
2828
]
2929
synopsis: "Entropy source for MirageOS unikernels"
3030
description: """
31-
mirage-crypto-entropy implements various entropy sources for MirageOS unikernels:
31+
Mirage-crypto-entropy implements various entropy sources for MirageOS unikernels:
3232
- timer based ones (see [whirlwind RNG paper](https://www.ieee-security.org/TC/SP2014/papers/Not-So-RandomNumbersinVirtualizedLinuxandtheWhirlwindRNG.pdf))
3333
- rdseed and rdrand (x86/x86-64 only)
3434
"""

mirage-crypto-pk.opam

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ depends: [
2929
("mirage-no-xen" | "zarith-xen")
3030
("mirage-no-solo5" | "zarith-freestanding")
3131
]
32+
description: """
33+
Mirage-crypto-pk provides public-key cryptography (RSA, DSA, DH).
34+
"""

mirage-crypto-rng.opam

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,8 @@ depends: [
2121
"randomconv" {with-test & >= "0.1.3"}
2222
"ounit" {with-test}
2323
]
24+
description: """
25+
Mirage-crypto-rng provides a random number generator interface, and
26+
implementations: Fortuna, HMAC-DRBG, getrandom/getentropy based (in the unix
27+
sublibrary)
28+
"""

mirage-crypto.opam

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ conflicts: [
3030
"mirage-xen" {< "3.1.0"}
3131
"ocaml-freestanding" {< "0.4.1"}
3232
]
33+
description: """
34+
Mirage-crypto provides symmetric ciphers (DES, AES, RC4), and hashes (MD5,
35+
SHA-1, SHA-2).
36+
"""

0 commit comments

Comments
 (0)