UNPKG

hash-string

Version:

A string hashing function based on Daniel J. Bernstein's popular 'times 33' hash algorithm.

12 lines 232 B
<!DOCTYPE html> <html> <head> <title>Hash String Example</title> </head> <body> <script src="../build/hash-string.js"></script> <script> console.log(hash({ test: true })); </script> </body> </html>