lowRISC / manticore

Apache License 2.0
16 stars 13 forks source link

[manifest] Add a `Manager` type for managing manifest updates #67

Open mcy opened 3 years ago

mcy commented 3 years ago

This type is analogous to a similar class of manager types in the Microsoft C implementation, whose primary purpose is to perform the necessary checks for activating a manifest.

Right now, we expect the caller to track the "staging" area separately, though it may wind up making sense to move that into Manager in the fullness of time.

mcy commented 3 years ago

+jrvanwhy because there's some trait grossness here.