Skip to main content

Module platform

Module platform 

Source
Expand description

Trait for platforms to implement that use Trussed.

Trussed requires access to a cryptographically secure random number generator, facilities for persistent and volatile storage, and some user interface to ensure operations do not happen without user consent. Implementing this trait enables this.

TODO: Currently, Platform::R lacks the CryptoRng bound.

Traitsยง

Platform
Syscall
Trussed client will call this method when making a Trussed request. This is intended to trigger a secure context on the platform.
UserInterface