✨
yallo-lang
CtrlK
  • Yallo-lang
  • Documentation
    • Types
      • Base Types
      • Composed Types
      • Tezos Types
    • Tezos functions
    • Crypto functions
    • Helper functions
    • Import
    • Globals: function and constant
    • Interface
    • Expressions
    • Control flow
    • Contract structure
    • Contract interoperability
Powered by GitBook
On this page
  • Crypto.blake2b (bytes): bytes
  • Crypto.hashKey (key): key_hash
  • Crypto.checkSignature (key, signature, bytes): bool
  • Crypto.sha256 (bytes): bytes
  • Crypto.sha512 (bytes): bytes

Was this helpful?

  1. Documentation

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

PreviousTezos functionsNextHelper functions

Last updated 5 years ago

Was this helpful?