upstream: https://github.com/mirage/mirage-crypto

add maintenance intent

+9
+1
mirage-crypto-ec.opam
··· 50 50 ] 51 51 dev-repo: "git+https://github.com/mirage/mirage-crypto.git" 52 52 tags: ["org:mirage"] 53 + x-maintenance-intent: [ "(latest)" ]
+1
mirage-crypto-pk.opam
··· 31 31 description: """ 32 32 Mirage-crypto-pk provides public-key cryptography (RSA, DSA, DH). 33 33 """ 34 + x-maintenance-intent: [ "(latest)" ]
+1
mirage-crypto-rng-async.opam
··· 28 28 random number generator implementations, in an Async-friendly way. 29 29 """ 30 30 31 + x-maintenance-intent: [ "(latest)" ]
+1
mirage-crypto-rng-eio.opam
··· 28 28 Mirage-crypto-rng-eio feeds the entropy source for Mirage_crypto_rng-based 29 29 random number generator implementations, in an eio-friendly way. 30 30 """ 31 + x-maintenance-intent: [ "(latest)" ]
+1
mirage-crypto-rng-lwt.opam
··· 24 24 description: """ 25 25 Mirage-crypto-rng-lwt provides entropy collection code for the RNG using Lwt. 26 26 """ 27 + x-maintenance-intent: [ "(latest)" ]
+1
mirage-crypto-rng-miou-unix.opam
··· 27 27 Mirage-crypto-rng-miou-unix feeds the entropy source for Mirage_crypto_rng-based 28 28 random number generator implementations, in an miou.unix-friendly way. 29 29 """ 30 + x-maintenance-intent: [ "(latest)" ]
+1
mirage-crypto-rng-mirage.opam
··· 30 30 description: """ 31 31 Mirage-crypto-rng-mirage provides entropy collection code for the RNG. 32 32 """ 33 + x-maintenance-intent: [ "(latest)" ]
+1
mirage-crypto-rng.opam
··· 30 30 implementations: Fortuna, HMAC-DRBG, getrandom/getentropy based (in the unix 31 31 sublibrary) 32 32 """ 33 + x-maintenance-intent: [ "(latest)" ]
+1
mirage-crypto.opam
··· 27 27 description: """ 28 28 Mirage-crypto provides symmetric ciphers (DES, AES, RC4, ChaCha20/Poly1305). 29 29 """ 30 + x-maintenance-intent: [ "(latest)" ]