module

RNS::Cryptography::PKCS7

Constants

BLOCKSIZE = 16

Class methods

pad(data : Bytes, bs : Int32 = BLOCKSIZE) : Bytes
Source
unpad(data : Bytes, bs : Int32 = BLOCKSIZE) : Bytes
Source