sessionless

Crates.iosessionless
lib.rssessionless
version0.1.1
sourcesrc
created_at2024-04-13 19:18:24.608534
updated_at2024-04-15 16:05:40.97319
descriptionImplementation of the Sessionless protocol.
homepage
repositoryhttps://github.com/planet-nine-app/sessionless
max_upload_size
id1207780
size11,453
FssAy (FssAy)

documentation

README

Sessionless

Rust implementation of the Sessionless protocol.

Sessionless is an authentication protocol that uses the cryptography employed by Bitcoin and Ethereum to authenticate messages sent between a client and a server.

This crate provides a context to simplify the cryptography operations behind the protocol for communication with other Sessionless instances.

Features

  • uuid - Enables random UUID generation with Sessionless::generate_uuid.

Examples

All usage examples can be found here.

Commit count: 116

cargo fmt