EME.unpad

Decode an input

class EME
protected abstract const
SecureVector!ubyte
unpad
(
const(ubyte)* input
,
size_t in_length
,
size_t key_length
)

Parameters

input const(ubyte)*

the encoded plaintext

in_length size_t

length of encoded plaintext in bytes

key_length size_t

length of the key in bits

Return Value

Type: SecureVector!ubyte

plaintext

Meta