Crates.io | ssp |
lib.rs | ssp |
version | 0.5.4 |
source | src |
created_at | 2023-06-12 18:14:15.051467 |
updated_at | 2024-01-22 19:13:38.646322 |
description | Messages and related types for implementing the SSP/eSSP serial communication protocol |
homepage | |
repository | https://github.com/ssp-rs/ssp |
max_upload_size | |
id | 888386 |
size | 5,601,368 |
This is an implementation of the messages needed for the Smiley Secure Protocol (SSP), and its encrypted variant Encrypted Smiley Secure Protocol (eSSP).
A base set of messages are implemented, and additions are always welcome through pull requests :)
By default, ssp
is a no-std
compatible library. To use in your project:
# Cargo.toml
ssp = "0.3"
If you would like to use std
-only features:
# Cargo.toml
ssp = { version = "0.3", features = ["std"] }
While this library has undergone testing against real hardware, it is still in early development.
Please use caution, and report issues if you encounter a problem.