dmd.root.hash

Hash functions for arbitrary binary data.

Authors

Martin Nowak, Walter Bright, https://www.digitalmars.com

Source: root/hash.d

  • Declaration

    pure nothrow @nogc @safe uint calcHash(scope const(ubyte)[] data);

    ditto