libgpac
Documentation of the core library of GPAC
|
import"core.idl";
Public Member Functions | |
SHA1 () | |
void | push (ArrayBuffer buffer) |
ArrayBuffer | get () |
SHA1 hasher object
SHA1::SHA1 | ( | ) |
constructor
void SHA1::push | ( | ArrayBuffer | buffer | ) |
push data to hasher - see gf_sha1_update
buffer | data to be hashed |
ArrayBuffer SHA1::get | ( | ) |
get final hash - the hash context is reset after this call - see gf_sha1_finish