• signature_ps 0.35.0/src/blind_signature.rs
    181
            #[allow(clippy::out_of_bounds_indexing)] // TODO - BUG
    182
            bytes[96..128].copy_from_slice(&scalar_to_bytes(self.m_tick));
    193
            #[allow(clippy::out_of_bounds_indexing)] // TODO - BUG
    194
            let m_t = scalar_from_bytes(slicer!(data, 96, 128, FIELD_BYTES));