[][src]Trait license_key::KeyHasher

pub trait KeyHasher {
    fn hash(&self, seed: u64, a: u64, b: u64, c: u64) -> u8;
}

Represent a hasher that turns the seed and a part of the initialization vector into a license key byte.

Required methods

fn hash(&self, seed: u64, a: u64, b: u64, c: u64) -> u8

Loading content...

Implementors

Loading content...