iotaledger/stronghold.rs

[AUDIT]: Enhance Memory Allocation For Non-Contiguous Memory Types

Closed this issue · 0 comments

Description

The new non-contiguous memory types provide an additional layer of security by storing allocated memory in different memory shards. The current implementation shall be enhanced to allocate memory shards very far apart, a strategy to periodically update the memory shards shall be added.

Motivation

Increase the security of the non-contiguous memory types.

Requirements

Write a list of what you want this feature to do.

  1. Allocate memory shards very far apart in memory space
  2. Derive a strategy to periodically update the memory shards

Open questions (optional)

None.

Are you planning to do it yourself in a pull request?

Yes.