diff options
author | rm <rm@FreeBSD.org> | 2019-01-26 18:52:11 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2019-01-26 18:52:11 +0800 |
commit | 5fdb2057db4a4847db5a57cee5e17ee53c20cb32 (patch) | |
tree | 4095bdd3493537de2303ff3a58f62b44af8f9284 /security/Makefile | |
parent | c99a69dcb0e3cfa1410c96705869e55c172d4f5e (diff) | |
download | freebsd-ports-gnome-5fdb2057db4a4847db5a57cee5e17ee53c20cb32.tar.gz freebsd-ports-gnome-5fdb2057db4a4847db5a57cee5e17ee53c20cb32.tar.zst freebsd-ports-gnome-5fdb2057db4a4847db5a57cee5e17ee53c20cb32.zip |
Python wrapper for curve25519 library with ed25519 signatures.
WWW: https://github.com/tgalal/python-axolotl-curve25519
PR: 233822
Submitted by: meka@tilda.center
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 57a50999d002..de45a2cbf3e3 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1011,6 +1011,7 @@ SUBDIR += py-pysaml2 SUBDIR += py-pyscard SUBDIR += py-pysha3 + SUBDIR += py-python-axolotl-curve25519 SUBDIR += py-python-gnupg SUBDIR += py-python-jose SUBDIR += py-python-nss |