buddy.core.padding

(source)
Block padding algorithms.

For more info about this library see:

https://funcool.github.io/buddy-core/latest/
Public Variable Short Description
count (clj) Get the padding size found on given byte array.
pad (clj) Add padding using one of supported padding algorithms.
pad! (clj) Add padding using one of supported padding algorithms.
padded? (clj) Check if given byte array has padding using specified padding algorithm.
padding-engine (clj) Create a padding enginde for given algorithm name.
unpad (clj) Remove padding from given byte array and fill the unpadded bytes with 0.