[][src]Crate pseudo_encrypt

This module provides a native-Rust generic implementation of the pseudo-random generator based on Postgresql's pseudo_encrypt

For more information, see https://wiki.postgresql.org/wiki/Pseudo_encrypt

Traits

PseudoEncryptable

Functions

pseudo_encrypt

Function that acts as a pseudo-random generator of unique values. It produces an integer output that is uniquely associated to its integer input (by a mathematical permutation), but looks random at the same time, with zero collision