this repo has no description

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

The API has changed. Failure:
```
x := Salsa20_core.salsa20_8_core b_i;
^^^
Error: This expression has type Cstruct.t
but an expression was expected of type string
```
Signed-off-by: Marcello Seri <marcello.seri@gmail.com>

Changed files
+6 -6
packages
salsa20
salsa20.1.1.0
salsa20.1.2.0
scrypt-kdf
scrypt-kdf.0.4.0
scrypt-kdf.1.0.0
scrypt-kdf.1.1.0
scrypt-kdf.1.2.0
+1 -1
packages/salsa20/salsa20.1.1.0/opam
···
"dune" {>= "1.8"}
"cstruct" {>= "3.2.0" & < "6.1.0"}
"mirage-crypto" {< "1.0.0"}
-
"salsa20-core" {>= "0.1.0"}
"alcotest" {with-test}
]
build: [
···
"dune" {>= "1.8"}
"cstruct" {>= "3.2.0" & < "6.1.0"}
"mirage-crypto" {< "1.0.0"}
+
"salsa20-core" {>= "0.1.0" & < "2.0.0"}
"alcotest" {with-test}
]
build: [
+1 -1
packages/salsa20/salsa20.1.2.0/opam
···
"dune" {>= "1.8.0"}
"cstruct" {>= "6.0.0"}
"mirage-crypto" {< "1.0.0"}
-
"salsa20-core" {>= "0.1.0"}
"alcotest" {with-test}
]
build: [
···
"dune" {>= "1.8.0"}
"cstruct" {>= "6.0.0"}
"mirage-crypto" {< "1.0.0"}
+
"salsa20-core" {>= "0.1.0" & < "2.0.0"}
"alcotest" {with-test}
]
build: [
+1 -1
packages/scrypt-kdf/scrypt-kdf.0.4.0/opam
···
"cstruct" {>= "1.7.0" & < "6.0.1"}
"nocrypto" {>= "0.5.3"}
"pbkdf" {>= "0.1.0"}
-
"salsa20-core" {>= "0.1.0"}
"alcotest" {with-test}
]
synopsis: "Scrypt Password-Based Key Derivation Function"
···
"cstruct" {>= "1.7.0" & < "6.0.1"}
"nocrypto" {>= "0.5.3"}
"pbkdf" {>= "0.1.0"}
+
"salsa20-core" {>= "0.1.0" & < "2.0.0"}
"alcotest" {with-test}
]
synopsis: "Scrypt Password-Based Key Derivation Function"
+1 -1
packages/scrypt-kdf/scrypt-kdf.1.0.0/opam
···
"cstruct" {>= "1.7.0"}
"nocrypto" {>= "0.5.3"}
"pbkdf" {>= "0.1.0"}
-
"salsa20-core" {>= "0.1.0"}
"alcotest" {with-test}
]
build: [
···
"cstruct" {>= "1.7.0"}
"nocrypto" {>= "0.5.3"}
"pbkdf" {>= "0.1.0"}
+
"salsa20-core" {>= "0.1.0" & < "2.0.0"}
"alcotest" {with-test}
]
build: [
+1 -1
packages/scrypt-kdf/scrypt-kdf.1.1.0/opam
···
"cstruct" {>= "3.2.0" & < "6.1.0"}
"mirage-crypto" {< "1.0.0"}
"pbkdf" {>= "0.1.0"}
-
"salsa20-core" {>= "0.1.0"}
"alcotest" {with-test}
]
build: [
···
"cstruct" {>= "3.2.0" & < "6.1.0"}
"mirage-crypto" {< "1.0.0"}
"pbkdf" {>= "0.1.0"}
+
"salsa20-core" {>= "0.1.0" & < "2.0.0"}
"alcotest" {with-test}
]
build: [
+1 -1
packages/scrypt-kdf/scrypt-kdf.1.2.0/opam
···
"cstruct" {>= "6.0.0"}
"mirage-crypto" {< "1.0.0"}
"pbkdf" {>= "0.1.0"}
-
"salsa20-core" {>= "0.1.0"}
"alcotest" {with-test}
]
build: [
···
"cstruct" {>= "6.0.0"}
"mirage-crypto" {< "1.0.0"}
"pbkdf" {>= "0.1.0"}
+
"salsa20-core" {>= "0.1.0" & < "2.0.0"}
"alcotest" {with-test}
]
build: [