trussed-dev / trussed

Modern Cryptographic Firmware
https://trussed.dev
Apache License 2.0
412 stars 26 forks source link

Lazy stores #141

Closed sosthene-nitrokey closed 11 months ago

sosthene-nitrokey commented 11 months ago

Built on top of #140 and #139

Make the store loading lazy, therefore reducing the need to fork the trussed RNG and improving performance

Fix #136

daringer commented 11 months ago

the once implementation is really fancy to achieve this, lgtm