Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

Functions

md5

  • md5(value: number | string): string
  • The smallest md5 hash implementation I found on the internets. Its from the jbt/js-crypto package (https://github.com/jbt/js-crypto)

    LICENCE NOTE OF THE ORIGINAL AUTHOR: These scripts are licensed under the ☺ licence, so basically you're free to use them however you please - feel free to use or modify them in whatever way you like. You don't have to explicitly credit me (but if you do then I won't complain), but just don't pass them off as entirely your own, ok? That's just not cool.

    Parameters

    • value: number | string

    Returns string

Generated using TypeDoc