SHA256
8
0
forked from pool/perl-CryptX

Accepting request 500508 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/500508
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-CryptX?expand=0&rev=8
This commit is contained in:
Stephan Kulow
2017-06-09 07:24:34 +00:00
committed by Git OBS Bridge
parent f7a9892127
commit 86c6472fcb
4 changed files with 20 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b96d266ee68a4ceea58dd11f4283e625b54b0cc55684e50a6838124689670b41
size 1204369

3
CryptX-0.048.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:89320a8626e86a0ae56ff9867760ee574808f59fb26c740dc862587904a0e6f5
size 1257382

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jun 2 05:21:42 UTC 2017 - coolo@suse.com
- updated to 0.048
see /usr/share/doc/packages/perl-CryptX/Changes
-------------------------------------------------------------------
Fri Apr 7 05:22:58 UTC 2017 - coolo@suse.com

View File

@@ -17,7 +17,7 @@
Name: perl-CryptX
Version: 0.047
Version: 0.048
Release: 0
%define cpan_name CryptX
Summary: Crypto toolkit (self-contained no external libraries needed)
@@ -32,7 +32,7 @@ BuildRequires: perl-macros
%{perl_requires}
%description
Cryptography in CryptX is based on at https://github.com/libtom/libtomcrypt
Cryptography in CryptX is based on https://github.com/libtom/libtomcrypt
Currently available modules:
@@ -52,10 +52,14 @@ Crypt::Cipher::Skipjack, Crypt::Cipher::Twofish, Crypt::Cipher::XTEA
Crypt::Mode::CBC, Crypt::Mode::CFB, Crypt::Mode::CTR, Crypt::Mode::ECB,
Crypt::Mode::OFB
* * Stream ciphers
Crypt::Stream::RC4, Crypt::Stream::ChaCha, Crypt::Stream::Sober128
* * Authenticated encryption modes
Crypt::AuthEnc::CCM, Crypt::AuthEnc::EAX, Crypt::AuthEnc::GCM,
Crypt::AuthEnc::OCB
Crypt::AuthEnc::OCB, Crypt::AuthEnc::ChaCha20Poly1305
* * Hash Functions - see Crypt::Digest and related modules
@@ -65,12 +69,13 @@ Crypt::Digest::RIPEMD256, Crypt::Digest::RIPEMD320, Crypt::Digest::SHA1,
Crypt::Digest::SHA224, Crypt::Digest::SHA256, Crypt::Digest::SHA384,
Crypt::Digest::SHA512, Crypt::Digest::SHA512_224,
Crypt::Digest::SHA512_256, Crypt::Digest::Tiger192,
Crypt::Digest::Whirlpool
Crypt::Digest::Whirlpool, Crypt::Digest::SHA3_224, Crypt::Digest::SHA3_256,
Crypt::Digest::SHA3_384, Crypt::Digest::SHA3_512, Crypt::Digest::SHAKE
* * Message Authentication Codes
Crypt::Mac::F9, Crypt::Mac::HMAC, Crypt::Mac::OMAC, Crypt::Mac::Pelican,
Crypt::Mac::PMAC, Crypt::Mac::XCBC
Crypt::Mac::PMAC, Crypt::Mac::XCBC, Crypt::Mac::Poly1305
* * Public key cryptography
@@ -79,7 +84,7 @@ Crypt::PK::RSA, Crypt::PK::DSA, Crypt::PK::ECC, Crypt::PK::DH
* * Cryptographically secure random number generators
Crypt::PRNG, Crypt::PRNG::Fortuna, Crypt::PRNG::Yarrow, Crypt::PRNG::RC4,
Crypt::PRNG::Sober128
Crypt::PRNG::Sober128, Crypt::PRNG::ChaCha20
* * Key derivation functions - PBKDF1, PBKFD2 and HKDF