mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
30cd4c803f
- Update LICENSE section, now Dual-licensed - Update dependencies and minimum versions - Enable concurrent Python feature - Remove upstreamed patch - Remove version support declaration from pkg-descr Changelog: https://cryptography.io/en/latest/changelog/#v2-0-3 PR: 222519 Submitted by: Yasuhiro KIMURA <yasu utahime org>
10 lines
393 B
Plaintext
10 lines
393 B
Plaintext
cryptography is a package designed to expose cryptographic recipes and
|
|
primitives to Python developers. Our goal is for it to be your "cryptographic
|
|
standard library".
|
|
|
|
cryptography includes both high level recipes, and low level interfaces to
|
|
common cryptographic algorithms such as symmetric ciphers, message digests
|
|
and key derivation functions.
|
|
|
|
WWW: https://github.com/pyca/cryptography/
|