gallegogt / iota.mam.rust

Rust wrapper for the IOTA MAM C Library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[UNOFICIAL] IOTA MAM(Masked Authenticated Messaging Version 2) Rust Client Library

Current Status: Development

Status of Layer Implementation

  • Sponge (basic cryptographic processing of loosely formatted data)
  • Spongos (basic cryptographic processing of strictly formatted data)
  • WOTS (one-time signatures based on a hash algorithm from Sponge)
  • [] MSS (multi-time signatures over WOTS)
  • [] NTRU (public key encryption)
  • [] Protobuf3 (encoding, decoding and high-level cryptographic processing of messages)
  • [] MAM2 (the overall protocol)

About

Rust wrapper for the IOTA MAM C Library.

License:MIT License


Languages

Language:Rust 100.0%