ndn_app/
security.rs

1// The canonical `KeyChain` implementation lives in `ndn-security`.
2// Re-export it here so that `ndn_app::KeyChain` continues to work.
3pub use ndn_security::KeyChain;