Bump security/libadacrypt to version 20151019_1
[dports.git] / security / libadacrypt / pkg-descr
1 This is a crypto library for Ada with a nice API and is written for the
2 i386 and x86_64 hardware architecture.
3
4 Symmetric cryptography supported:
5   * Blockciphers: AES, Twofish, 3DES, Serpent
6   * Hash functions: SHA-1, SHA-256, SHA-384, SHA-512, Whirlpool
7   * MACs: RMAC, HMAC, CMAC
8   * Modes of operation: BPS, CFB, Ctr, OFB
9   * Authenticated Encryption Schemes: OCB, SIV, McOE
10
11 Assymmetric cryptography supported:
12   * DSA signature scheme
13   * OEAP-RSA
14   * ECDSA, ECDH
15
16 Unsigned big number library features:
17   * Primary cyclic group arithmetic (Z_p)
18   * Binary Field arithmetic support
19   * Elliptic Curve arithmetic
20
21 WWW: https://github.com/cforler/Ada-Crypto-Library