SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Crypt-RIPEMD160 rpm build for : openSUSE Leap 42. For other distributions click perl-Crypt-RIPEMD160.

Name : perl-Crypt-RIPEMD160
Version : 0.06 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : 1.2 Date : 2015-10-05 01:50:02
Group : Development/Libraries/Perl Source RPM : perl-Crypt-RIPEMD160-0.06-1.2.src.rpm
Size : 0.06 MB
Packager : (none)
Summary : Perl extension for the RIPEMD-160 Hash function
Description :
The *Crypt::RIPEMD160* module allows you to use the RIPEMD160 Message
Digest algorithm from within Perl programs.

The module is based on the implementation from Antoon Bosselaers from
Katholieke Universiteit Leuven.

A new RIPEMD160 context object is created with the *new* operation.
Multiple simultaneous digest contexts can be maintained, if desired. The
context is updated with the *add* operation which adds the strings
contained in the _LIST_ parameter. Note, however, that \'add(\'foo\', \'bar\')\',
\'add(\'foo\')\' followed by \'add(\'bar\')\' and \'add(\'foobar\')\' should all give
the same result.

The final message digest value is returned by the *digest* operation as a
20-byte binary string. This operation delivers the result of *add*
operations since the last *new* or *reset* operation. Note that the
*digest* operation is effectively a destructive, read-once operation. Once
it has been performed, the context must be *reset* before being used to
calculate another digest value.

Several convenience functions are also provided. The *addfile* operation
takes an open file-handle and reads it until end-of file in 8192 byte
blocks adding the contents to the context. The file-handle can either be
specified by name or passed as a type-glob reference, as shown in the
examples below. The *hexdigest* operation calls *digest* and returns the
result as a printable string of hexdecimal digits. This is exactly the same
operation as performed by the *unpack* operation in the examples below.

The *hash* operation can act as either a static member function (ie you
invoke it on the RIPEMD160 class as in the synopsis above) or as a normal
virtual function. In both cases it performs the complete RIPEMD160 cycle
(reset, add, digest) on the supplied scalar value. This is convenient for
handling small quantities of data. When invoked on the class a temporary
context is created. When invoked through an already created context object,
this context is used. The latter form is slightly more efficient. The
*hexhash* operation is analogous to *hexdigest*.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/openSUSE_Leap_42.1/x86_64

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
RIPEMD160.so()(64bit)
perl(Crypt::RIPEMD160)
perl(Crypt::RIPEMD160::MAC)
perl-Crypt-RIPEMD160
perl-Crypt-RIPEMD160(x86-64)

Requires :
perl(:MODULE_COMPAT_5.18.2)
rpmlib(CompressedFileNames) <= 3.0.4-1
libc.so.6()(64bit)
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
libc.so.6(GLIBC_2.4)(64bit)
libc.so.6(GLIBC_2.3.4)(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.14)(64bit)
rpmlib(PayloadIsLzma) <= 4.4.6-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.18.2/x86_64-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.18.2/x86_64-linux-thread-multi/Crypt
/usr/lib/perl5/vendor_perl/5.18.2/x86_64-linux-thread-multi/Crypt/RIPEMD160
/usr/lib/perl5/vendor_perl/5.18.2/x86_64-linux-thread-multi/Crypt/RIPEMD160.pm
/usr/lib/perl5/vendor_perl/5.18.2/x86_64-linux-thread-multi/Crypt/RIPEMD160/MAC.pm
/usr/lib/perl5/vendor_perl/5.18.2/x86_64-linux-thread-multi/auto/Crypt
/usr/lib/perl5/vendor_perl/5.18.2/x86_64-linux-thread-multi/auto/Crypt/RIPEMD160
/usr/lib/perl5/vendor_perl/5.18.2/x86_64-linux-thread-multi/auto/Crypt/RIPEMD160/RIPEMD160.bs
/usr/lib/perl5/vendor_perl/5.18.2/x86_64-linux-thread-multi/auto/Crypt/RIPEMD160/RIPEMD160.so
/usr/lib/perl5/vendor_perl/5.18.2/x86_64-linux-thread-multi/auto/Crypt/RIPEMD160/autosplit.ix
/usr/share/doc/packages/perl-Crypt-RIPEMD160
/usr/share/doc/packages/perl-Crypt-RIPEMD160/CHGEUER.asc
/usr/share/doc/packages/perl-Crypt-RIPEMD160/README
/usr/share/man/man3/Crypt::RIPEMD160.3pm.gz
/usr/share/man/man3/Crypt::RIPEMD160::MAC.3pm.gz

 
ICM