bamboo.hashgen

Undocumented in source.

Members

Functions

computeHash
uint computeHash(Module file)

Computes a hash using bamboo.legacy_hash.

isPrime
bool isPrime(T n)

Checks if a number is prime.

Structs

HashGenerator
struct HashGenerator

Provides mechanisms for generating hashes for DClasses.

PrimeGenerator
struct PrimeGenerator(T)

Utility for generating prime numers.

Meta