Remove the PGP signatures because the project is defunct

This commit is contained in:
Hongli Lai (Phusion) 2015-06-24 09:27:03 +02:00
parent e9a98255ec
commit 6e88177140
No known key found for this signature in database
GPG Key ID: 2AF96EB85EF4DA0D
1 changed files with 0 additions and 4 deletions

View File

@ -10,10 +10,6 @@ This Ruby extension implements the SHA-3 ([Keccak](http://keccak.noekeon.org/))
**Note**: as of version 1.1.0, digest-sha3 requires Ruby 2.2. The last version that worked on older versions was 1.1.0.
Our gem is signed using PGP with the [Phusion Software Signing key](http://www.phusion.nl/about/gpg). That key in turn is signed by [the rubygems-openpgp Certificate Authority](http://www.rubygems-openpgp-ca.org/).
You can verify the authenticity of the gem by following [The Complete Guide to Verifying Gems with rubygems-openpgp](http://www.rubygems-openpgp-ca.org/blog/the-complete-guide-to-verifying-gems-with-rubygems-openpgp.html).
## Usage
Keccak supports 5 hash lengths: 224-bit, 256-bit, 384-bit, 512-bit and variable length. Variable length is not supported by this Ruby extension. Unless the user specifies otherwise, this Ruby extension assumes 512-bit.