Blockchain Commons Tags TypeScript Library - v1.0.0-alpha.13
    Preparing search index...

    Function obfuscate

    • Obfuscate (or deobfuscate) a message using ChaCha20. The function is symmetric - applying it twice returns the original message.

      Parameters

      • key: Uint8Array
      • message: Uint8Array

      Returns Uint8Array