TheAlgorithms/C-Sharp

Implement a common BlockCipherPadding Interface

Kalkwst opened this issue · 2 comments

We currently have four algorithms that implement block cipher padding. These implementations essentially share the same functions: AddPadding, RemovePadding and GetPaddingCount.

I am also planning to add three more padding algorithms that are essentially block cipher paddings.

Having a common interface would help maintain uniformity among all these algorithms.

Looking forward to your thoughts on this.

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

siriak commented

Done