Skip to content

Commit 3d27b74

Browse files
committed
refactor(ore-rs): drop dead convert module
`ToOrderedInteger` / `FromOrderedInteger` were the legacy bridge from `f64` to a lex-orderable `u64` plaintext. Now that `OreEncrypt for f64` goes through `orderable_bytes::ToOrderableBytes`, the trait and its sole impl are unused. Remove the module and its `mod convert;` entry.
1 parent ad90f0b commit 3d27b74

2 files changed

Lines changed: 0 additions & 73 deletions

File tree

packages/ore-rs/src/convert.rs

Lines changed: 0 additions & 72 deletions
This file was deleted.

packages/ore-rs/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@
139139
#[cfg(feature = "chrono")]
140140
mod chrono;
141141
mod ciphertext;
142-
mod convert;
143142
#[cfg(feature = "decimal")]
144143
mod decimal;
145144
mod encrypt;

0 commit comments

Comments
 (0)