blake3
v1.0.2
  • Pages
  • Modules

    View Source Blake3.Native (blake3 v1.0.2)

    Blake3.Native is the rustler module that will be replaced with the nif rust functions. This module doesn't need to be called direcly.

    Link to this section Summary

    Functions

    derive_key(context, key)
    finalize(state)
    hash(str)
    keyed_hash(key, str)
    new()
    new_keyed(key)
    reset(state)
    update(state, str)
    update_rayon(state, str)

    Link to this section Functions

    Link to this function

    derive_key(context, key)

    View Source
    Link to this function

    finalize(state)

    View Source
    Link to this function

    hash(str)

    View Source
    Link to this function

    keyed_hash(key, str)

    View Source
    Link to this function

    new()

    View Source
    Link to this function

    new_keyed(key)

    View Source
    Link to this function

    reset(state)

    View Source
    Link to this function

    update(state, str)

    View Source
    Link to this function

    update_rayon(state, str)

    View Source

    Hex Package Hex Preview (current file) Download ePub version

    Built using ExDoc (v0.29.4) for the Elixir programming language