diff --git a/ascon-hash/src/lib.rs b/ascon-hash/src/lib.rs index 28e88ea4..0733f811 100644 --- a/ascon-hash/src/lib.rs +++ b/ascon-hash/src/lib.rs @@ -417,7 +417,7 @@ pub type AsconAHash = CoreWrapper; /// ``` pub type AsconXof = CoreWrapper; /// Reader for AsconXof output -pub type AsconAXofReader = XofReaderCoreWrapper; +pub type AsconXofReader = XofReaderCoreWrapper; /// AsconAXof /// /// ``` @@ -432,4 +432,4 @@ pub type AsconAXofReader = XofReaderCoreWrapper; /// ``` pub type AsconAXof = CoreWrapper; /// Reader for AsconAXof output -pub type AsconXofReader = XofReaderCoreWrapper; +pub type AsconAXofReader = XofReaderCoreWrapper;