Ope in rust
This is an Order-preserving encryption (OPE) lib inspired by cryptdb's ope implementation.
It is a pure rust implementation, no c dependencies needed.
It is also written for no-std targets (thanks to num-traits) and works in wasm.
The max value to encrypt is 65532
use get_ope;