EMSA.update

Add more data to the signature computation

interface EMSA
abstract
void
update
(
const(ubyte)* input
,
size_t length
)

Parameters

input const(ubyte)*

some data

length size_t

length of input in bytes

Meta