Skip to content

Instantly share code, notes, and snippets.

@SunjunKim
Created September 3, 2021 02:22
Show Gist options
  • Select an option

  • Save SunjunKim/c81029a741d521938f324daa520999b6 to your computer and use it in GitHub Desktop.

Select an option

Save SunjunKim/c81029a741d521938f324daa520999b6 to your computer and use it in GitHub Desktop.
pad = lambda s: s + (16 - len(s) % 16) * chr(16 - len(s) % 16)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment