botan v1.12.5 (2016-04-07T22:31:19Z)
Dub
Repo
EME.decode
botan
pk_pad
eme
EME
Decode an input
SecureVector
!
ubyte
decode
(const(ubyte)* msg, size_t msg_len, size_t key_bits)
SecureVector
!
ubyte
decode
(SecureVector!ubyte msg, size_t key_bits)
class
EME
final const
SecureVector
!ubyte
decode
(
const
ref
SecureVector
!ubyte
msg
,
size_t
key_bits
)
Parameters
msg
SecureVector
!ubyte
the encoded plaintext
key_bits
size_t
length of the key in bits
Return Value
Type:
SecureVector
!ubyte
plaintext
Meta
Source
See Implementation
botan
pk_pad
eme
EME
destructors
~this
functions
decode
encode
maximumInputSize
pad
unpad
Decode an input