# Functions

Pad assumes len(in)%127==0 and len(out)%128==0.
Unpad assumes len(in)%128==0 and len(out)%127==0.

# Constants

No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author