kushaldas / johnnycanencrypt

Python module for OpenPGP written in Rust.
GNU Lesser General Public License v3.0
51 stars 9 forks source link

Adds unstable function for a special usecase #116

Closed kushaldas closed 2 years ago

kushaldas commented 2 years ago

Remember to convert hex to integer: int(s, 16) :)