wot-core

Crates.iowot-core
lib.rswot-core
version0.1.0
created_at2025-12-26 18:27:10.976067+00
updated_at2025-12-26 18:27:10.976067+00
descriptionCore Web of Trust implementation
homepage
repositoryhttps://github.com/kehiy/wot-rs
max_upload_size
id2006050
size6,373
Keyhan Alizadeh (kehiy)

documentation

README

Rust Web of Trust

This Rust crate provides basic types and algorithms to represent a Web of Trust (WoT) and use different pre-defined or custom algorithms to calculate a nodes WoT rank.

WoT use cases

You can use WoT with different algorithms in different places and here are some examples:

  1. Search engines: used to determine importance/credit of a page based on other pages pointing to it.
  2. Academic papers: used to determine credit based on citations.
  3. Social media: used to determine how much a user is trustworthy, used in protocols like Nostr.
  4. PKI alternative: used as an alternative to PKI to verify PGP (or any other cryptographic) keys.
  5. Any other system that can be modeled as a graph and you need to calculate credit, trustworthiness or importance of a node in it.

Contribution

Any kind of contribution is welcomed.

License

This software is published under MIT License.

Commit count: 0

cargo fmt