diff --git a/src/internal.rs b/src/internal.rs index 44fac1d..ea65c5b 100644 --- a/src/internal.rs +++ b/src/internal.rs @@ -1,9 +1,5 @@ //! Internal functions (mostly 3DES) -// TODO(tarcieri): replace OpenSSL extern "C" invocations with `des` crate -// - crate: https://crates.io/crates/des -// - docs: https://docs.rs/des/0 - // Adapted from yubico-piv-tool: // //