stronghold_engine

Crates.iostronghold_engine
lib.rsstronghold_engine
version2.0.1
sourcesrc
created_at2020-07-29 17:42:58.86526
updated_at2024-05-13 12:34:35.456481
descriptionA rust implementation of the IOTA Stronghold low-level libraries
homepagehttps://stronghold.docs.iota.org
repositoryhttps://github.com/iotaledger/stronghold.rs
max_upload_size
id271008
size186,163
(iota-ci)

documentation

README

Engine

Engine is the collection of low-level module with which application architects can build higher-level implementations of Strongholds for a variety of purposes. It is platform agnostic, in that it should run anywhere a Rust Compiler will work.

It is composed of 4 primary module:

  • snapshot
  • vault
  • store
  • runtime

Snapshot

The snapshot protocol follows a fairly simple transparent pattern. Each Snapshot file follows a simple structure:

Header
Magic Bytes
Version Bytes
Body
Ephemeral Key
xchacha20 tag
Cipher Text
Commit count: 1759

cargo fmt