Back

padded? (clj)

(source)

function

(padded? input) (padded? input alg)
Check if given byte array has padding using specified padding algorithm. If no one is specified, :pkcs7 will be used.

Examples