{"id":13995447,"url":"https://github.com/randombit/botan-rs","last_synced_at":"2025-04-04T13:13:06.146Z","repository":{"id":32824342,"uuid":"141594768","full_name":"randombit/botan-rs","owner":"randombit","description":":shrimp: Rust cryptography library","archived":false,"fork":false,"pushed_at":"2025-03-12T12:07:47.000Z","size":534,"stargazers_count":37,"open_issues_count":6,"forks_count":16,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-28T12:09:29.234Z","etag":null,"topics":["cryptography","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/randombit.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-19T14:57:12.000Z","updated_at":"2025-03-24T06:15:48.000Z","dependencies_parsed_at":"2023-02-15T23:16:03.068Z","dependency_job_id":"532c1355-24dd-4173-8c6d-ba5d068cdf78","html_url":"https://github.com/randombit/botan-rs","commit_stats":{"total_commits":277,"total_committers":6,"mean_commits":"46.166666666666664","dds":0.04693140794223827,"last_synced_commit":"a9b38ef3e0d703a8b43ce66a08c20ad434539bd7"},"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/randombit%2Fbotan-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/randombit%2Fbotan-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/randombit%2Fbotan-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/randombit%2Fbotan-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/randombit","download_url":"https://codeload.github.com/randombit/botan-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247182401,"owners_count":20897381,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cryptography","rust"],"created_at":"2024-08-09T14:03:24.957Z","updated_at":"2025-04-04T13:13:06.119Z","avatar_url":"https://github.com/randombit.png","language":"Rust","funding_links":[],"categories":["Rust","Frameworks and Libs"],"sub_categories":["Rust"],"readme":"# botan-rs\n\n[![Build status](https://github.com/randombit/botan-rs/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/randombit/botan-rs/actions)\n[![crates.io](https://img.shields.io/crates/v/botan.svg)](https://crates.io/crates/botan)\n[![docs.rs](https://docs.rs/botan/badge.svg)](https://docs.rs/botan)\n\nThis crate wraps the C API exposed by the [Botan](https://botan.randombit.net/)\ncryptography library.\n\nCurrently the crate exposes ciphers, hashes, MACs, KDFs, password based key\nderivation (PBKDF2, Scrypt, Argon2, etc), bcrypt password hashes, random number\ngenerators, X.509 certificates, format preserving encryption, HOTP/TOTP, NIST\nkey wrapping, multiprecision integers, and the usual public key algorithms (RSA,\nECDSA, ECDH, DH, ...)\n\nPRs and comments/issues happily accepted.\n\nMSRV\n-----\n\nThe Minimum Supported Rust Version (MSRV) of this crate is Rust 1.64.0.\n\nAny future increase in the MSRV will be accompanied by increasing the minor\nversion number.\n\nBotan Versions Supported\n--------------------------\n\nThe latest version of Botan3 is highly recomended for best security and\nperformance. At least 2.13.0 is required.\n\nFeatures\n---------\n\nThe following features are supported:\n\n* `std` (enabled by default): Enable using std library features.  If\n  disabled then the crates are `no_std`, however support for `alloc`\n  is still required.\n* `vendored`: Build a copy of the C++ library directly, without\n  relying on a system installed version.\n* `static`: Enable static linking for a non-vendored, externally\n  provided Botan dependency.\n* `pkg-config`: Enable finding a non-vendored, externally provided\n  Botan with pkg-config. Can be used in combination with `static`.\n\nThe crate detects at build time what features are exported from the C interface,\nand adjusts itself accordingly. These feature sets can be checked using\n`#[cfg(botan_ffi_YYYYMMDD)]` where YYYYMMDD can be any of\n\n* 20230403: Botan 3.0\n* 20240408: Botan 3.4\n* 20250506: Botan 3.8\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frandombit%2Fbotan-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frandombit%2Fbotan-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frandombit%2Fbotan-rs/lists"}