• Alex Ames's avatar
    Added the hash attribute to ints and longs. · d575321e
    Alex Ames authored
    FlatBuffer schema files can now optionally specify a hash attribute that
    will allow someone writing json files to enter a string to be hashed
    rather than a specific value. The hashing algorithm to use is specified
    by the schema.
    
    Currently the only algorithms are fnv1 and fnv1a. There are 32 bit and
    64 variatns for each. Additionally, a hashing command line tool was
    added so that you can see what a string will hash to without needing to
    inspect the flatbuffer binary blob.
    
    Change-Id: I0cb359d0e2dc7d2dc1874b446dc19a17cc77109d
    d575321e
Name
Last commit
Last update
..
FlatBuffers.Test Loading commit data...
MyGame/Example Loading commit data...
prototest Loading commit data...
GoTest.sh Loading commit data...
JavaTest.bat Loading commit data...
JavaTest.java Loading commit data...
JavaTest.sh Loading commit data...
go_test.go Loading commit data...
include_test1.fbs Loading commit data...
include_test2.fbs Loading commit data...
monster_test.fbs Loading commit data...
monster_test_generated.h Loading commit data...
monsterdata_test.golden Loading commit data...
monsterdata_test.json Loading commit data...
monsterdata_test.mon Loading commit data...
test.cpp Loading commit data...