this repo has no description
0
fork

Configure Feed

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

Merge pull request #26244 from mseri/salsa20-core

scrypt-kdf and salsa20 need an upper bound on salsa20-core

authored by

Marcello Seri and committed by
GitHub
6ef9643a 0f5da2ec

+6 -6
+1 -1
packages/salsa20/salsa20.1.1.0/opam
··· 29 29 "dune" {>= "1.8"} 30 30 "cstruct" {>= "3.2.0" & < "6.1.0"} 31 31 "mirage-crypto" {< "1.0.0"} 32 - "salsa20-core" {>= "0.1.0"} 32 + "salsa20-core" {>= "0.1.0" & < "2.0.0"} 33 33 "alcotest" {with-test} 34 34 ] 35 35 build: [
+1 -1
packages/salsa20/salsa20.1.2.0/opam
··· 29 29 "dune" {>= "1.8.0"} 30 30 "cstruct" {>= "6.0.0"} 31 31 "mirage-crypto" {< "1.0.0"} 32 - "salsa20-core" {>= "0.1.0"} 32 + "salsa20-core" {>= "0.1.0" & < "2.0.0"} 33 33 "alcotest" {with-test} 34 34 ] 35 35 build: [
+1 -1
packages/scrypt-kdf/scrypt-kdf.0.4.0/opam
··· 20 20 "cstruct" {>= "1.7.0" & < "6.0.1"} 21 21 "nocrypto" {>= "0.5.3"} 22 22 "pbkdf" {>= "0.1.0"} 23 - "salsa20-core" {>= "0.1.0"} 23 + "salsa20-core" {>= "0.1.0" & < "2.0.0"} 24 24 "alcotest" {with-test} 25 25 ] 26 26 synopsis: "Scrypt Password-Based Key Derivation Function"
+1 -1
packages/scrypt-kdf/scrypt-kdf.1.0.0/opam
··· 18 18 "cstruct" {>= "1.7.0"} 19 19 "nocrypto" {>= "0.5.3"} 20 20 "pbkdf" {>= "0.1.0"} 21 - "salsa20-core" {>= "0.1.0"} 21 + "salsa20-core" {>= "0.1.0" & < "2.0.0"} 22 22 "alcotest" {with-test} 23 23 ] 24 24 build: [
+1 -1
packages/scrypt-kdf/scrypt-kdf.1.1.0/opam
··· 18 18 "cstruct" {>= "3.2.0" & < "6.1.0"} 19 19 "mirage-crypto" {< "1.0.0"} 20 20 "pbkdf" {>= "0.1.0"} 21 - "salsa20-core" {>= "0.1.0"} 21 + "salsa20-core" {>= "0.1.0" & < "2.0.0"} 22 22 "alcotest" {with-test} 23 23 ] 24 24 build: [
+1 -1
packages/scrypt-kdf/scrypt-kdf.1.2.0/opam
··· 18 18 "cstruct" {>= "6.0.0"} 19 19 "mirage-crypto" {< "1.0.0"} 20 20 "pbkdf" {>= "0.1.0"} 21 - "salsa20-core" {>= "0.1.0"} 21 + "salsa20-core" {>= "0.1.0" & < "2.0.0"} 22 22 "alcotest" {with-test} 23 23 ] 24 24 build: [