Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 451 Bytes

File metadata and controls

20 lines (14 loc) · 451 Bytes

Installation

This installs a package that can be used from Python (import drysponge) or in command line (python3 -m drysponge.drygascon128_aead).

From PyPI

To install for the current user:

python3 -m pip install --user drysponge

To install for all users on the system, administrator rights (root) may be required.

python3 -m pip install drysponge