Options
All
  • Public
  • Public/Protected
  • All
Menu

Module background/methods/sha256

Index

Functions

Functions

  • sha256(ascii: any): undefined | string
  • It takes a string, converts it to a series of numbers, and then runs those numbers through a series of 64 rounds of hashing

    Parameters

    • ascii: any

      The string to be hashed.

    Returns undefined | string

    The SHA256 hash of the input string.

Generated using TypeDoc version 0.22.15, the 4/20/2022