remove jwc (#2803)

The repository has been archived and marked as deprecated in the README.
This commit is contained in:
Aaron Raff 2019-10-30 08:36:18 -04:00 committed by Andy Pan
parent 7b6dc56118
commit 3a24d05620

View File

@ -1411,7 +1411,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [goArgonPass](https://github.com/dwin/goArgonPass) - Argon2 password hash and verification designed to be compatible with existing Python and PHP implementations.
* [goSecretBoxPassword](https://github.com/dwin/goSecretBoxPassword) - A probably paranoid package for securely hashing and encrypting passwords.
* [Interpol](https://bitbucket.org/vahidi/interpol) - Rule-based data generator for fuzzing and penetration testing.
* [jwc](https://github.com/khezen/jwc) - JSON Web Cryptography library.
* [lego](https://github.com/xenolf/lego) - Pure Go ACME client library and CLI tool (for use with Let's Encrypt).
* [memguard](https://github.com/awnumar/memguard) - A pure Go library for handling sensitive values in memory.
* [nacl](https://github.com/kevinburke/nacl) - Go implementation of the NaCL set of API's.