Commit 3d27b74
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
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
143 | 142 | | |
144 | 143 | | |
145 | 144 | | |
| |||
0 commit comments