Module runtime::memories::ram_memory
source · Structs
Protected ram memory that may be encrypted or not
This is basically a wrapper for the Buffer type, but the usage
is different, buffer type are meant for short lived usage while
RamMemory can store data for longer period of time.
Hence data in RamMemory has to be either encrypted or protected
behind a scheme