Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 727 Bytes

MANIFEST.md

File metadata and controls

16 lines (15 loc) · 727 Bytes

title: gr-nacl brief: GNU Radio module for data encryption using NaCl library tags:


The gr-nacl module for GNU Radio provides functionality from the NaCl crypto library implemented with the fork libsodium. This contains public-key and secret-key encryption. The implementation is based on encryption of messages, which are passed in GNU Radio via the message system. Furthermore, a byte stream encryption method via tagged streams is implemented.