Skip to content

Commit

Permalink
chore: add message for pqc
Browse files Browse the repository at this point in the history
  • Loading branch information
junkurihara committed Nov 1, 2024
1 parent b93d42f commit 5dd236a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rpxy-lib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ pub async fn entrypoint(
let _ = CryptoProvider::install_default(rustls::crypto::aws_lc_rs::default_provider());
#[cfg(feature = "post-quantum")]
let _ = CryptoProvider::install_default(rustls_post_quantum::provider());
#[cfg(feature = "post-quantum")]
info!("Post-quantum crypto provider is installed");

// 1. build backends, and make it contained in Arc
let app_manager = Arc::new(backend::BackendAppManager::try_from(app_config_list)?);
Expand Down

0 comments on commit 5dd236a

Please sign in to comment.