Skip to content

Commit

Permalink
Update _oasis file for version 1.12 and regenerate
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierleroy committed Jul 25, 2017
1 parent 24a4b1b commit 6f6a8df
Show file tree
Hide file tree
Showing 5 changed files with 4,075 additions and 3,480 deletions.
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ primitives provided include:
- Symmetric-key ciphers: AES, DES, Triple-DES, ARCfour,
in ECB, CBC, CFB, OFB and counter modes.
- Public-key cryptography: RSA encryption, Diffie-Hellman key agreement. -
Hash functions and MACs: SHA-1, SHA-2, SHA-3, original Keccak, RIPEMD160, MD5,
Hash functions and MACs: SHA-1, SHA-2, SHA-3, RIPEMD160, MD5,
and MACs based on AES and DES.
- Random number generation. - Encodings and compression: base 64,
hexadecimal, Zlib compression.
Expand Down
14 changes: 7 additions & 7 deletions _oasis
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OASISFormat: 0.3
Name: cryptokit
Version: 1.11
Version: 1.12
Authors: Xavier Leroy
License: LGPL-2 with OCaml linking exception
BuildTools: ocamlbuild, ocamldoc
Expand Down Expand Up @@ -123,11 +123,11 @@ Document "api-cryptokit"
XOCamlbuildLibraries: cryptokit

SourceRepository head
Type: svn
Location: http://scm.ocamlcore.org/svnroot/cryptokit/trunk
Browser: https://forge.ocamlcore.org/scm/browser.php?group_id=133
Type: git
Location: https://github.com/xavierleroy/cryptokit
Browser: https://github.com/xavierleroy/cryptokit

SourceRepository this
Type: svn
Location: http://scm.ocamlcore.org/svnroot/tags/release111
Browser: https://forge.ocamlcore.org/scm/browser.php?group_id=133
Type: git
Location: https://github.com/xavierleroy/cryptokit/releases/tag/release112
Browser: https://github.com/xavierleroy/cryptokit/releases/tag/release112
Loading

0 comments on commit 6f6a8df

Please sign in to comment.