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

Apply PKCS padding according to RFC1423.

Parameter Description
v vector to pad

Example

> (pkcs1-pad (u8vector 1 2 3))
#u8(1 2 3 5 5 5 5 5)
Clone this wiki locally