this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #26165 from hannesm/release-hkdf-v2.0.0

[new release] hkdf (2.0.0)

authored by

Calascibetta Romain and committed by
GitHub
d6d8c4f0 9a2dc81b

+59 -25
+34
packages/hkdf/hkdf.2.0.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Hannes Mehnert <hannes@mehnert.org>" 3 + authors: "Hannes Mehnert <hannes@mehnert.org>" 4 + license: "BSD-2-Clause" 5 + homepage: "https://github.com/hannesm/ocaml-hkdf" 6 + doc: "https://hannesm.github.io/ocaml-hkdf/doc" 7 + bug-reports: "https://github.com/hannesm/ocaml-hkdf/issues" 8 + depends: [ 9 + "ocaml" {>= "4.07.0"} 10 + "dune" 11 + "digestif" {>= "1.2.0"} 12 + "alcotest" {with-test} 13 + "ohex" {with-test & >= "0.2.0"} 14 + ] 15 + build: [ 16 + ["dune" "subst"] {dev} 17 + ["dune" "build" "-p" name "-j" jobs] 18 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 19 + ] 20 + dev-repo: "git+https://github.com/hannesm/ocaml-hkdf.git" 21 + synopsis: "HMAC-based Extract-and-Expand Key Derivation Function (RFC 5869)" 22 + description: """ 23 + An implementation of [HKDF](https://tools.ietf.org/html/rfc5869) using 24 + [digestif](https://github.com/mirage/digestif). 25 + """ 26 + url { 27 + src: 28 + "https://github.com/hannesm/ocaml-hkdf/releases/download/v2.0.0/hkdf-2.0.0.tbz" 29 + checksum: [ 30 + "sha256=54b071279be24d39f59cad10348006abff3deb5c74fd118764dfc2ffb21358d3" 31 + "sha512=a240ecfbdebb7e0552f59ba67a723a2ed8eacfbd6691c23cbacc763ff8f8c4e40367343ff0093db2c4c5479b9f61927011691677ddccafd0722023b3b30e6885" 32 + ] 33 + } 34 + x-commit-hash: "c7e22ff344722e21b8e66a9bcc8838c7ab79f73a"
+1 -1
packages/tls/tls.0.12.0/opam
··· 32 32 "ptime" {>= "0.8.1"} 33 33 "hacl_x25519" 34 34 "fiat-p256" 35 - "hkdf" 35 + "hkdf" {< "2.0.0"} 36 36 "logs" 37 37 "alcotest" {with-test} 38 38 ]
+1 -1
packages/tls/tls.0.12.1/opam
··· 33 33 "ptime" {>= "0.8.1"} 34 34 "hacl_x25519" 35 35 "fiat-p256" 36 - "hkdf" 36 + "hkdf" {< "2.0.0"} 37 37 "logs" 38 38 "alcotest" {with-test} 39 39 ]
+1 -1
packages/tls/tls.0.12.2/opam
··· 32 32 "ptime" {>= "0.8.1"} 33 33 "hacl_x25519" 34 34 "fiat-p256" 35 - "hkdf" 35 + "hkdf" {< "2.0.0"} 36 36 "logs" 37 37 "alcotest" {with-test} 38 38 ]
+1 -1
packages/tls/tls.0.12.3/opam
··· 32 32 "ptime" {>= "0.8.1"} 33 33 "hacl_x25519" 34 34 "fiat-p256" 35 - "hkdf" 35 + "hkdf" {< "2.0.0"} 36 36 "logs" 37 37 "alcotest" {with-test} 38 38 ]
+1 -1
packages/tls/tls.0.12.4/opam
··· 32 32 "ptime" {>= "0.8.1"} 33 33 "hacl_x25519" 34 34 "fiat-p256" 35 - "hkdf" 35 + "hkdf" {< "2.0.0"} 36 36 "logs" 37 37 "alcotest" {with-test} 38 38 ]
+1 -1
packages/tls/tls.0.12.5/opam
··· 32 32 "ptime" {>= "0.8.1"} 33 33 "hacl_x25519" 34 34 "fiat-p256" 35 - "hkdf" 35 + "hkdf" {< "2.0.0"} 36 36 "logs" 37 37 "alcotest" {with-test} 38 38 ]
+1 -1
packages/tls/tls.0.12.6/opam
··· 32 32 "ptime" {>= "0.8.1"} 33 33 "hacl_x25519" 34 34 "fiat-p256" 35 - "hkdf" 35 + "hkdf" {< "2.0.0"} 36 36 "logs" 37 37 "alcotest" {with-test} 38 38 ]
+1 -1
packages/tls/tls.0.12.7/opam
··· 32 32 "ptime" {>= "0.8.1"} 33 33 "hacl_x25519" 34 34 "fiat-p256" 35 - "hkdf" 35 + "hkdf" {< "2.0.0"} 36 36 "logs" 37 37 "alcotest" {with-test} 38 38 ]
+1 -1
packages/tls/tls.0.12.8/opam
··· 32 32 "ptime" {>= "0.8.1"} 33 33 "hacl_x25519" 34 34 "fiat-p256" 35 - "hkdf" 35 + "hkdf" {< "2.0.0"} 36 36 "logs" 37 37 "alcotest" {with-test} 38 38 ]
+1 -1
packages/tls/tls.0.13.0/opam
··· 32 32 "ounit2" {with-test & >= "2.2.0"} 33 33 "lwt" {>= "3.0.0"} 34 34 "ptime" {>= "0.8.1"} 35 - "hkdf" 35 + "hkdf" {< "2.0.0"} 36 36 "logs" 37 37 "alcotest" {with-test} 38 38 ]
+1 -1
packages/tls/tls.0.13.1/opam
··· 32 32 "ounit2" {with-test & >= "2.2.0"} 33 33 "lwt" {>= "3.0.0"} 34 34 "ptime" {>= "0.8.1"} 35 - "hkdf" 35 + "hkdf" {< "2.0.0"} 36 36 "logs" 37 37 "alcotest" {with-test} 38 38 ]
+1 -1
packages/tls/tls.0.13.2/opam
··· 32 32 "ounit2" {with-test & >= "2.2.0"} 33 33 "lwt" {>= "3.0.0"} 34 34 "ptime" {>= "0.8.1"} 35 - "hkdf" 35 + "hkdf" {< "2.0.0"} 36 36 "logs" 37 37 "alcotest" {with-test} 38 38 "randomconv" {with-test & < "0.2.0"}
+1 -1
packages/tls/tls.0.14.0/opam
··· 32 32 "ounit2" {with-test & >= "2.2.0"} 33 33 "lwt" {>= "3.0.0"} 34 34 "ptime" {>= "0.8.1"} 35 - "hkdf" 35 + "hkdf" {< "2.0.0"} 36 36 "logs" 37 37 "alcotest" {with-test} 38 38 "randomconv" {with-test & < "0.2.0"}
+1 -1
packages/tls/tls.0.14.1/opam
··· 32 32 "ounit2" {with-test & >= "2.2.0"} 33 33 "lwt" {>= "3.0.0"} 34 34 "ptime" {>= "0.8.1"} 35 - "hkdf" 35 + "hkdf" {< "2.0.0"} 36 36 "logs" 37 37 "alcotest" {with-test} 38 38 "randomconv" {with-test & < "0.2.0"}
+1 -1
packages/tls/tls.0.15.0/opam
··· 32 32 "ounit2" {with-test & >= "2.2.0"} 33 33 "lwt" {>= "3.0.0"} 34 34 "ptime" {>= "0.8.1"} 35 - "hkdf" 35 + "hkdf" {< "2.0.0"} 36 36 "logs" 37 37 "ipaddr" 38 38 "ipaddr-sexp"
+1 -1
packages/tls/tls.0.15.1/opam
··· 31 31 "ounit2" {with-test & >= "2.2.0"} 32 32 "lwt" {>= "3.0.0"} 33 33 "ptime" {>= "0.8.1"} 34 - "hkdf" 34 + "hkdf" {< "2.0.0"} 35 35 "logs" 36 36 "ipaddr" 37 37 "ipaddr-sexp"
+1 -1
packages/tls/tls.0.15.2/opam
··· 31 31 "ounit2" {with-test & >= "2.2.0"} 32 32 "lwt" {>= "3.0.0"} 33 33 "ptime" {>= "0.8.1"} 34 - "hkdf" 34 + "hkdf" {< "2.0.0"} 35 35 "logs" 36 36 "ipaddr" 37 37 "ipaddr-sexp"
+1 -1
packages/tls/tls.0.15.3/opam
··· 31 31 "ounit2" {with-test & >= "2.2.0"} 32 32 "lwt" {>= "3.0.0"} 33 33 "ptime" {>= "0.8.1"} 34 - "hkdf" 34 + "hkdf" {< "2.0.0"} 35 35 "logs" 36 36 "ipaddr" 37 37 "ipaddr-sexp"
+1 -1
packages/tls/tls.0.15.4/opam
··· 31 31 "ounit2" {with-test & >= "2.2.0"} 32 32 "lwt" {>= "3.0.0"} 33 33 "ptime" {>= "0.8.1"} 34 - "hkdf" 34 + "hkdf" {< "2.0.0"} 35 35 "logs" 36 36 "ipaddr" 37 37 "ipaddr-sexp"
+1 -1
packages/tls/tls.0.16.0/opam
··· 29 29 "fmt" {>= "0.8.7"} 30 30 "cstruct-unix" {with-test & >= "3.0.0"} 31 31 "ounit2" {with-test & >= "2.2.0"} 32 - "hkdf" 32 + "hkdf" {< "2.0.0"} 33 33 "logs" 34 34 "ipaddr" 35 35 "ipaddr-sexp"
+1 -1
packages/tls/tls.0.17.0/opam
··· 25 25 "fmt" {>= "0.8.7"} 26 26 "cstruct-unix" {with-test & >= "3.0.0"} 27 27 "ounit2" {with-test & >= "2.2.0"} 28 - "hkdf" 28 + "hkdf" {< "2.0.0"} 29 29 "logs" 30 30 "ipaddr" 31 31 "alcotest" {with-test}
+1 -1
packages/tls/tls.0.17.1/opam
··· 25 25 "fmt" {>= "0.8.7"} 26 26 "cstruct-unix" {with-test & >= "3.0.0"} 27 27 "ounit2" {with-test & >= "2.2.0"} 28 - "hkdf" 28 + "hkdf" {< "2.0.0"} 29 29 "logs" 30 30 "ipaddr" 31 31 "alcotest" {with-test}
+1 -1
packages/tls/tls.0.17.3/opam
··· 25 25 "fmt" {>= "0.8.7"} 26 26 "cstruct-unix" {with-test & >= "3.0.0"} 27 27 "ounit2" {with-test & >= "2.2.0"} 28 - "hkdf" 28 + "hkdf" {< "2.0.0"} 29 29 "logs" 30 30 "ipaddr" 31 31 "alcotest" {with-test}
+1 -1
packages/tls/tls.0.17.4/opam
··· 25 25 "fmt" {>= "0.8.7"} 26 26 "cstruct-unix" {with-test & >= "3.0.0"} 27 27 "ounit2" {with-test & >= "2.2.0"} 28 - "hkdf" 28 + "hkdf" {< "2.0.0"} 29 29 "logs" 30 30 "ipaddr" 31 31 "alcotest" {with-test}
+1 -1
packages/tls/tls.0.17.5/opam
··· 25 25 "fmt" {>= "0.8.7"} 26 26 "cstruct-unix" {with-test & >= "3.0.0"} 27 27 "ounit2" {with-test & >= "2.2.0"} 28 - "hkdf" 28 + "hkdf" {< "2.0.0"} 29 29 "logs" 30 30 "ipaddr" 31 31 "alcotest" {with-test}