bawejakunal / AES-GCM-256

Simple implementation of 256 bit AES encryption in GCM mode.
MIT License
17 stars 7 forks source link

No package "libssl-dev" #2

Open Alexandre2702 opened 3 years ago

Alexandre2702 commented 3 years ago

image

Alexandre2702 commented 3 years ago

image

bawejakunal commented 3 years ago

You can install it with sudo apt-get install libssl-dev

I'll probably add a dependency installation script or instructions to this repo, but given time crunch and relatively lightweight work required here I'll leave that for now and keep this issue open.