1.0.0 • Published 2 years ago

fb-tiger-hash v1.0.0

Weekly downloads
3,789
License
MIT
Repository
github
Last release
2 years ago

fb-tiger-hash

A Native JS implementation of Tiger hash.

Provides a cross-platform Tiger hash implementation that supports the flipped byte-order (endianness) of PHP's original Tiger implementation for backwards compatability.

See its use in HHVM

It's main intended use is for the Facebook FBT internationalization framework, where a hashing algorithm is supplied to create unique identifiers from source strings and their descriptions.

NOTE: This implementation is not optimized for reading large blocks of data or streams. It both expects a simple string AND loads the entire input into memory in a Buffer.

More on the Tiger algorithm:

1.0.0

2 years ago

0.2.0-rc1-beta

3 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago