NOTICE: This package has been removed from pkgsrc

./security/ruby-digest, Provides a framework for message digest libraries

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 3.1.0, Package name: ruby27-digest-3.1.0, Maintainer: pkgsrc-users

Digest

This module provides a framework for message digest libraries.

You may want to look at OpenSSL::Digest as it supports more algorithms.

A cryptographic hash function is a procedure that takes data and returns a
fixed bit string: the hash value, also known as _digest_. Hash functions
are also called one-way functions, it is easy to compute a digest from a
message, but it is infeasible to generate a message from a digest.


Master sites:

Filesize: 39.5 KB

Version history: (Expand)


CVS history: (Expand)


   2023-05-30 17:20:26 by Takahiro Kambe | Files touched by this commit (4) | Package removed
Log message:
security/ruby-digest: remove package

This package was kept for redmine50 on ruby27.
   2022-09-03 06:02:03 by Takahiro Kambe | Files touched by this commit (4)
Log message:
security/ruby-digest: add package version 3.1.0

This package is mainly for redmine50 on Ruby 2.7.

Digest

This module provides a framework for message digest libraries.

You may want to look at OpenSSL::Digest as it supports more algorithms.

A cryptographic hash function is a procedure that takes data and returns a
fixed bit string: the hash value, also known as _digest_.  Hash functions
are also called one-way functions, it is easy to compute a digest from a
message, but it is infeasible to generate a message from a digest.