dextool.plugin.mutate.backend.utility

Members

Functions

checksum
Checksum checksum(const(ubyte)[] a)

trusted: void[] is perfectly representable as ubyte[] accoding to the specification.

checksum
Checksum checksum(const T a, const T b)

Package the values to a checksum.

ckecksum
Checksum ckecksum(const(T[2]) a)

Package the values to a checksum.

Meta

Authors

Joakim Brännström (joakim.brannstrom@gmx.com)

This Source Code Form is subject to the terms of the Mozilla Public License, v.2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

License

MPL-2