gdanezis / petlib

A python library that implements a number of Privacy Enhancing Technolgies
BSD 2-Clause "Simplified" License
130 stars 33 forks source link

Make `get_tag` return `tag` as `bytes` #17

Closed bogdan-kulynych closed 6 years ago

bogdan-kulynych commented 6 years ago

Change return type of the tag to bytes in cipher.get_tag function.

Hope you don't mind the removal of trailing whitespace that my editor did.