Skip to content

Commit 4771524

Browse files
authored
Merge pull request #28802 from bruno-blanchet/opam-publish-cryptoverif.2.12
Package cryptoverif.2.12
2 parents 0939e07 + 9a6e0b3 commit 4771524

File tree

1 file changed

+34
-0
lines changed
  • packages/cryptoverif/cryptoverif.2.12

1 file changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
opam-version: "2.0"
2+
synopsis: "CryptoVerif: Cryptographic protocol verifier in the computational model"
3+
description: """
4+
CryptoVerif is an automatic protocol prover sound in the computational model. It can prove
5+
6+
- secrecy;
7+
- correspondences, which include in particular authentication;
8+
- indistinguishability between two games.
9+
10+
It provides a generic mechanism for specifying the security assumptions on cryptographic primitives, which can handle in particular symmetric encryption, message authentication codes, public-key encryption, signatures, hash functions.
11+
12+
The generated proofs are proofs by sequences of games, as used by cryptographers. These proofs are valid for a number of sessions polynomial in the security parameter, in the presence of an active adversary. CryptoVerif can also evaluate the probability of success of an attack against the protocol as a function of the probability of breaking each cryptographic primitive and of the number of sessions (exact security).
13+
14+
This software is under development; please use it at your own risk. Comments and bug reports welcome.
15+
"""
16+
maintainer: "Bruno Blanchet <[email protected]>"
17+
x-maintenance-intent: [ "(latest)" ]
18+
authors: "Bruno Blanchet <[email protected]>, Pierre Boutry <[email protected]>, David Cadé <[email protected]>, Christian Doczkal <[email protected]>, Aymeric Fromherz <[email protected]>, Charlie Jacomme <[email protected]>, Benjamin Lipp <[email protected]>, and Pierre-Yves Strub <[email protected]>"
19+
license: "CECILL-B"
20+
homepage: "https://cryptoverif.inria.fr"
21+
dev-repo: "git+https://gitlab.inria.fr/bblanche/CryptoVerif.git"
22+
bug-reports: "[email protected]"
23+
depends: [ "ocaml" { >= "4.08" } "ocamlfind" { post } "cryptokit" { post } "conf-m4" { post } ]
24+
build: [
25+
[ "./build" "byte" { !ocaml:native } ]
26+
]
27+
install: [ "./build" "install" "%{prefix}%" ]
28+
url {
29+
src: "https://cryptoverif.inria.fr/cryptoverif2.12.tar.gz"
30+
checksum: [
31+
"md5=a7d04beb0aa5f1ed6f28c0e05f24104b"
32+
"sha512=46bcd2ff73545a7de3963c0064539b87961fc415d030e1ad7d2d24451f9056b34c3bd2d8a08b5feac9ad1ee00bdb5934a1a79f02e82d62a39e8d6ad91c4aa88a"
33+
]
34+
}

0 commit comments

Comments
 (0)