forked from pool/perl-CryptX
Accepting request 546354 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/546354 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-CryptX?expand=0&rev=13
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f084a706f6ff032ca5c46ec6f90ba5b6a26ae8752584911830f6535bf76d8e57
|
|
||||||
size 1405806
|
|
||||||
3
CryptX-0.055.tar.gz
Normal file
3
CryptX-0.055.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4d680e8356497fbd2c66114a2bfbde753d77930f997430ba077db66a4458cee9
|
||||||
|
size 1683070
|
||||||
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 29 06:13:11 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.055
|
||||||
|
see /usr/share/doc/packages/perl-CryptX/Changes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 13 05:10:34 UTC 2017 - coolo@suse.com
|
Fri Oct 13 05:10:34 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -17,10 +17,10 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-CryptX
|
Name: perl-CryptX
|
||||||
Version: 0.054
|
Version: 0.055
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name CryptX
|
%define cpan_name CryptX
|
||||||
Summary: Crypto toolkit (self-contained no external libraries needed)
|
Summary: Cryptographic toolkit (self-contained, no external libraries needed)
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/CryptX/
|
Url: http://search.cpan.org/dist/CryptX/
|
||||||
@@ -36,16 +36,17 @@ Cryptography in CryptX is based on https://github.com/libtom/libtomcrypt
|
|||||||
|
|
||||||
Currently available modules:
|
Currently available modules:
|
||||||
|
|
||||||
* * Ciphers - see Crypt::Cipher and related modules
|
* * Symmetric ciphers - see Crypt::Cipher and related modules
|
||||||
|
|
||||||
Crypt::Cipher::AES, Crypt::Cipher::Anubis, Crypt::Cipher::Blowfish,
|
Crypt::Cipher::AES, Crypt::Cipher::Anubis, Crypt::Cipher::Blowfish,
|
||||||
Crypt::Cipher::Camellia, Crypt::Cipher::CAST5, Crypt::Cipher::DES,
|
Crypt::Cipher::Camellia, Crypt::Cipher::CAST5, Crypt::Cipher::DES,
|
||||||
Crypt::Cipher::DES_EDE, Crypt::Cipher::KASUMI, Crypt::Cipher::Khazad,
|
Crypt::Cipher::DES_EDE, Crypt::Cipher::IDEA, Crypt::Cipher::KASUMI,
|
||||||
Crypt::Cipher::MULTI2, Crypt::Cipher::Noekeon, Crypt::Cipher::RC2,
|
Crypt::Cipher::Khazad, Crypt::Cipher::MULTI2, Crypt::Cipher::Noekeon,
|
||||||
Crypt::Cipher::RC5, Crypt::Cipher::RC6, Crypt::Cipher::SAFERP,
|
Crypt::Cipher::RC2, Crypt::Cipher::RC5, Crypt::Cipher::RC6,
|
||||||
Crypt::Cipher::SAFER_K128, Crypt::Cipher::SAFER_K64,
|
Crypt::Cipher::SAFERP, Crypt::Cipher::SAFER_K128, Crypt::Cipher::SAFER_K64,
|
||||||
Crypt::Cipher::SAFER_SK128, Crypt::Cipher::SAFER_SK64, Crypt::Cipher::SEED,
|
Crypt::Cipher::SAFER_SK128, Crypt::Cipher::SAFER_SK64, Crypt::Cipher::SEED,
|
||||||
Crypt::Cipher::Skipjack, Crypt::Cipher::Twofish, Crypt::Cipher::XTEA
|
Crypt::Cipher::Serpent, Crypt::Cipher::Skipjack, Crypt::Cipher::Twofish,
|
||||||
|
Crypt::Cipher::XTEA
|
||||||
|
|
||||||
* * Block cipher modes
|
* * Block cipher modes
|
||||||
|
|
||||||
@@ -54,7 +55,8 @@ Crypt::Mode::OFB
|
|||||||
|
|
||||||
* * Stream ciphers
|
* * Stream ciphers
|
||||||
|
|
||||||
Crypt::Stream::RC4, Crypt::Stream::ChaCha, Crypt::Stream::Sober128
|
Crypt::Stream::RC4, Crypt::Stream::ChaCha, Crypt::Stream::Salsa20,
|
||||||
|
Crypt::Stream::Sober128, Crypt::Stream::Sosemanuk
|
||||||
|
|
||||||
* * Authenticated encryption modes
|
* * Authenticated encryption modes
|
||||||
|
|
||||||
@@ -76,10 +78,15 @@ Crypt::Digest::SHA512_256, Crypt::Digest::Tiger192,
|
|||||||
Crypt::Digest::Whirlpool, Crypt::Digest::SHA3_224, Crypt::Digest::SHA3_256,
|
Crypt::Digest::Whirlpool, Crypt::Digest::SHA3_224, Crypt::Digest::SHA3_256,
|
||||||
Crypt::Digest::SHA3_384, Crypt::Digest::SHA3_512, Crypt::Digest::SHAKE
|
Crypt::Digest::SHA3_384, Crypt::Digest::SHA3_512, Crypt::Digest::SHAKE
|
||||||
|
|
||||||
|
* * Checksums
|
||||||
|
|
||||||
|
Crypt::Checksum, Crypt::Checksum::Adler32, Crypt::Checksum::CRC32
|
||||||
|
|
||||||
* * Message Authentication Codes
|
* * Message Authentication Codes
|
||||||
|
|
||||||
Crypt::Mac::F9, Crypt::Mac::HMAC, Crypt::Mac::OMAC, Crypt::Mac::Pelican,
|
Crypt::Mac::BLAKE2b, Crypt::Mac::BLAKE2s, Crypt::Mac::F9, Crypt::Mac::HMAC,
|
||||||
Crypt::Mac::PMAC, Crypt::Mac::XCBC, Crypt::Mac::Poly1305
|
Crypt::Mac::OMAC, Crypt::Mac::Pelican, Crypt::Mac::PMAC, Crypt::Mac::XCBC,
|
||||||
|
Crypt::Mac::Poly1305
|
||||||
|
|
||||||
* * Public key cryptography
|
* * Public key cryptography
|
||||||
|
|
||||||
@@ -90,7 +97,7 @@ Crypt::PK::RSA, Crypt::PK::DSA, Crypt::PK::ECC, Crypt::PK::DH
|
|||||||
Crypt::PRNG, Crypt::PRNG::Fortuna, Crypt::PRNG::Yarrow, Crypt::PRNG::RC4,
|
Crypt::PRNG, Crypt::PRNG::Fortuna, Crypt::PRNG::Yarrow, Crypt::PRNG::RC4,
|
||||||
Crypt::PRNG::Sober128, Crypt::PRNG::ChaCha20
|
Crypt::PRNG::Sober128, Crypt::PRNG::ChaCha20
|
||||||
|
|
||||||
* * Key derivation functions - PBKDF1, PBKFD2 and HKDF
|
* * Key derivation functions - PBKDF1, PBKDF2 and HKDF
|
||||||
|
|
||||||
Crypt::KeyDerivation
|
Crypt::KeyDerivation
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user