Skip to content

Implement a common BlockCipherPadding Interface #410

@Kalkwst

Description

@Kalkwst

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions