Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pqwy committed Dec 22, 2014
1 parent bb8aa38 commit 4717ae8
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 11 deletions.
7 changes: 5 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
(trunk)
0.3.0 (2014-12-21):
* removed ad-hoc key marshalling functions as key material typically comes
non-trivially encoded anyways
* more consistent errors api in rsa
* changed how module interfaces for the packed module are handled:
`module type of` constructs are gone
* more consistent errors in rsa
* small api breakage here and there

0.2.2 (2014-11-04):
* replaced hashing sources with the ones from hs-cryptohash
Expand Down
2 changes: 1 addition & 1 deletion _oasis
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OASISFormat: 0.4
Name: nocrypto
Version: 0.2.2
Version: 0.3.0
Synopsis: Simple crypto for the modern age
Authors: David Kaloper <[email protected]>
Maintainers: David Kaloper <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "1.2"
name: "nocrypto"
version: "0.2.2"
version: "0.3.0"
homepage: "https://github.com/mirleft/ocaml-nocrypto"
dev-repo: "https://github.com/mirleft/ocaml-nocrypto.git"
bug-reports: "https://github.com/mirleft/ocaml-nocrypto/issues"
Expand Down
6 changes: 3 additions & 3 deletions setup.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(* setup.ml generated for the first time by OASIS v0.4.2 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: b56c542f0535df27eddee944de578c3b) *)
(* DO NOT EDIT (digest: 00244180c955393fb0fe1749634e4a45) *)
(*
Regenerated by OASIS v0.4.5
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -6861,7 +6861,7 @@ let setup_t =
alpha_features = [];
beta_features = [];
name = "nocrypto";
version = "0.2.2";
version = "0.3.0";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -7258,7 +7258,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.5";
oasis_digest = Some "\127\176\246\023k\173\205\159o\017\1654\1365R\206";
oasis_digest = Some " 6X\\\014\157,,\211\149\178\188'\134.\193";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down
4 changes: 2 additions & 2 deletions src/META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: 910ab6f542fb0cb1d9682ee797275375)
version = "0.2.2"
# DO NOT EDIT (digest: f653bf1777d595d0e391cfcb8388e782)
version = "0.3.0"
description = "Simple crypto for the modern age"
requires = "cstruct zarith ctypes.stubs sexplib"
archive(byte) = "nocrypto.cma"
Expand Down
4 changes: 2 additions & 2 deletions tests/META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: 6afe53e811a5f17f81f0a9dd65587703)
version = "0.2.2"
# DO NOT EDIT (digest: e40dd7e8b8c245870f4743f9f23b329e)
version = "0.3.0"
description = "Simple crypto for the modern age"
requires = "nocrypto oUnit cstruct.unix"
archive(byte) = "testlib.cma"
Expand Down

0 comments on commit 4717ae8

Please sign in to comment.