smart-id-rust-client 0.1.2

Smart ID Rust Client
Documentation

Introduction

The library can be used for easy integration with the Smart-ID API. It provides a simple interface for mobile authentication and mobile digital signing using Smart-ID. Additional utilities has been provided for easy integration with the Smart-ID API:

  • generate digest and calculate verification code
  • helper structs
  • interactions with the mobile end-user

Status

Beta version - under development!

Documentation

Smart-ID Documentation

Demo Environment

Demo Parameters

Build

cargo build

Examples

cargo run --example smart_id_client

Tests

cargo test

Documentation

cargo doc --no-deps --open