cutkey icon indicating copy to clipboard operation
cutkey copied to clipboard

Keys without mpint new crypto API in R16B1 or newer

Open brigadier opened this issue 12 years ago • 0 comments

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]).

brigadier avatar Oct 26 '13 11:10 brigadier