cutkey
cutkey copied to clipboard
Keys without mpint new crypto API in R16B1 or newer
New crypto API in newer versions of erlang accepts keys as plain binary, without leading 4 bytes of size. It would be nice to have something like cutkey:rsa(Bits,E,[binary]) along with existing cutkey:rsa(Bits,E,[erlint]). And maybe even add mpint to streamline API.
cutkey:rsa(Bits,E,[erlint | mpint | binary]).