You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The waltz(key, indices) function takes the key and indices to encrypt/decrypt as arrays of bytes, and returns an array of bytes. The HTML document included in the repository is a simple implementation for testing.
About
Array based stream cipher inspired by RC4, Spritz and VMPC