Class FNV132Hash

Create and initialize a new 32bit FNV-1 hash object.

Constructor

class FNV132Hash()

Methods

get

FNV132Hash#get()

Return current hash value;

update

FNV132Hash#update(bytes)
Arguments:
  • bytes

Update the hash with the given string and return the new hash value. No calculation is performed when the bytes-parameter is left out.

Table Of Contents

Previous topic

Hash

Next topic

XML Payload