nucypher/nkms/crypto/block/nacl.py

4 lines
113 B
Python

from nacl.secret import SecretBox as Cipher # noqa
# NaCl interface is convenient enough by itself (see tests)