Skip to content
Chris Petersen edited this page Oct 21, 2015 · 1 revision

Remove PKCS padding according to RFC1423.

Parameter Description
v vector to unpad

Example

> (pkcs1-unpad '#u8(1 2 3 5 5 5 5 5))
#u8(1 2 3)
Clone this wiki locally