Encrypt or decrypt input bytes (but no more than 2^70 bytes!).
input bytes
buffer for output bytes. length must match input length.
Slice pointing to processed data which might be smaller than output.
Error if limit of 2^70 bytes is exceeded.
See Implementation
Encrypt or decrypt input bytes (but no more than 2^70 bytes!).