Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 227 Bytes

crypto-functions.md

File metadata and controls

12 lines (6 loc) · 227 Bytes

Crypto functions

Crypto.blake2b (bytes): bytes

Crypto.hashKey (key): key_hash

Crypto.checkSignature (key, signature, bytes): bool

Crypto.sha256 (bytes): bytes

Crypto.sha512 (bytes): bytes