Currently encrypt and decrypt functions work on a payload as a whole.
This does not make possible to encrypt and decrypt a payload in straming and so makes unfeasible to encrypt/decrypt payloads over a certain size on a system with few RAM due to the need of loading all the payload at once.
Currently encrypt and decrypt functions work on a payload as a whole.
This does not make possible to encrypt and decrypt a payload in straming and so makes unfeasible to encrypt/decrypt payloads over a certain size on a system with few RAM due to the need of loading all the payload at once.