Skip to content

Commit

Permalink
Add AccessControlPolicy and ThresholdMessageKit to nucypher_core py…
Browse files Browse the repository at this point in the history
…thon module.
  • Loading branch information
derekpierre committed Aug 17, 2023
1 parent 32cc6c8 commit da87ad0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nucypher-core-python/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1525,6 +1525,8 @@ fn _nucypher_core(py: Python, core_module: &PyModule) -> PyResult<()> {
core_module.add_class::<SessionStaticKey>()?;
core_module.add_class::<SessionStaticSecret>()?;
core_module.add_class::<SessionSecretFactory>()?;
core_module.add_class::<AccessControlPolicy>()?;
core_module.add_class::<ThresholdMessageKit>()?;

// Build the umbral module
let umbral_module = PyModule::new(py, "umbral")?;
Expand Down

0 comments on commit da87ad0

Please sign in to comment.