digest/hash¶
meth (Key: any):md5TBD
meth (Key: any):ripemd160TBD
meth (Key: any):sha1TBD
meth (Key: any):sha224TBD
meth (Key: any):sha256TBD
meth (Key: any):sha384TBD
meth (Key: any):sha512TBD
type md5 < streamTBD
meth (Hash: md5):digest(Arg₂: md5): addressTBD
meth (Hash: md5):update(Bytes: md5, Arg₃: address): md5TBD
type ripemd160 < streamTBD
meth (Hash: ripemd160):digest(Arg₂: ripemd160): addressTBD
meth (Hash: ripemd160):update(Bytes: ripemd160, Arg₃: address): ripemd160TBD
type sha1 < streamTBD
meth (Hash: sha1):digest(Arg₂: sha1): addressTBD
meth (Hash: sha1):update(Bytes: sha1, Arg₃: address): sha1TBD
type sha224 < streamTBD
meth (Hash: sha224):digest(Arg₂: sha224): addressTBD
meth (Hash: sha224):update(Bytes: sha224, Arg₃: address): sha224TBD
type sha256 < streamTBD
meth (Hash: sha256):digest(Arg₂: sha256): addressTBD
meth (Hash: sha256):update(Bytes: sha256, Arg₃: address): sha256TBD
type sha384 < streamTBD
meth (Hash: sha384):digest(Arg₂: sha384): addressTBD
meth (Hash: sha384):update(Bytes: sha384, Arg₃: address): sha384TBD
type sha512 < streamTBD
meth (Hash: sha512):digest(Arg₂: sha512): addressTBD
meth (Hash: sha512):update(Bytes: sha512, Arg₃: address): sha512TBD