Skip to content

Commit

Permalink
correct name in export
Browse files Browse the repository at this point in the history
  • Loading branch information
GiacomoPope committed Jul 27, 2024
1 parent 18becff commit 772b62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ impl_sponge_shaker_classes!(

/// A Python module implemented in Rust.
#[pymodule]
fn xof(m: &Bound<'_, PyModule>) -> PyResult<()> {
fn xof_py(m: &Bound<'_, PyModule>) -> PyResult<()> {
m.add_class::<Sponge128>()?;
m.add_class::<Shaker128>()?;
m.add_class::<Sponge256>()?;
Expand Down

0 comments on commit 772b62a

Please sign in to comment.