https://github.com/RustCrypto/block-ciphers
Score: 6.668228248417403
Last synced: about 5 hours ago
JSON representation
Repository metadata:
Collection of block cipher algorithms written in pure Rust
- Host: GitHub
- URL: https://github.com/RustCrypto/block-ciphers
- Owner: RustCrypto
- Created: 2016-12-16T11:35:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2026-05-27T13:53:01.000Z (8 days ago)
- Last Synced: 2026-05-28T19:30:46.139Z (6 days ago)
- Language: Rust
- Homepage:
- Size: 2.89 MB
- Stars: 771
- Watchers: 13
- Forks: 148
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Dependencies
Cargo.lock
cargo
- blobby 0.3.1
- byteorder 1.4.3
- cfg-if 1.0.0
- cipher 0.4.3
- cpufeatures 0.2.2
- crypto-common 0.1.3
- generic-array 0.14.5
- hex-literal 0.3.4
- inout 0.1.2
- libc 0.2.119
- typenum 1.15.0
- version_check 0.9.4
- zeroize 1.5.6
aes/Cargo.toml
cargo
- cfg-if 1
- cipher 0.4.2
- zeroize 1.5.6
blowfish/Cargo.toml
cargo
- byteorder 1.1
- cipher 0.4.2
camellia/Cargo.toml
cargo
- byteorder 1.1
- cipher 0.4.2
cast5/Cargo.toml
cargo
- cipher 0.4.2
des/Cargo.toml
cargo
- cipher 0.4.2
idea/Cargo.toml
cargo
- cipher 0.4.2
kuznyechik/Cargo.toml
cargo
- cipher 0.4.2
magma/Cargo.toml
cargo
- cipher 0.4.2
rc2/Cargo.toml
cargo
- cipher 0.4.2
serpent/Cargo.toml
cargo
- byteorder 1.1
- cipher 0.4.2
sm4/Cargo.toml
cargo
- cipher 0.4.2
threefish/Cargo.toml
cargo
- cipher 0.4.2
twofish/Cargo.toml
cargo
- cipher 0.4.2
.github/workflows/aes.yml
actions
- RustCrypto/actions/cargo-cache master composite
- RustCrypto/actions/cross-install master composite
- actions-rs/toolchain v1 composite
- actions/checkout v3 composite
.github/workflows/aria.yml
actions
- RustCrypto/actions/cargo-cache master composite
- actions-rs/toolchain v1 composite
- actions/checkout v3 composite
.github/workflows/belt-block.yml
actions
- RustCrypto/actions/cargo-cache master composite
- actions-rs/toolchain v1 composite
- actions/checkout v3 composite
.github/workflows/blowfish.yml
actions
- RustCrypto/actions/cargo-cache master composite
- actions-rs/toolchain v1 composite
- actions/checkout v3 composite
.github/workflows/camellia.yml
actions
- RustCrypto/actions/cargo-cache master composite
- actions-rs/toolchain v1 composite
- actions/checkout v3 composite
.github/workflows/cast5.yml
actions
- RustCrypto/actions/cargo-cache master composite
- actions-rs/toolchain v1 composite
- actions/checkout v3 composite
.github/workflows/des.yml
actions
- RustCrypto/actions/cargo-cache master composite
- actions-rs/toolchain v1 composite
- actions/checkout v3 composite
.github/workflows/idea.yml
actions
- RustCrypto/actions/cargo-cache master composite
- actions-rs/toolchain v1 composite
- actions/checkout v3 composite
.github/workflows/kuznyechik.yml
actions
- RustCrypto/actions/cargo-cache master composite
- actions-rs/toolchain v1 composite
- actions/checkout v3 composite
.github/workflows/magma.yml
actions
- RustCrypto/actions/cargo-cache master composite
- actions-rs/toolchain v1 composite
- actions/checkout v3 composite
.github/workflows/rc2.yml
actions
- RustCrypto/actions/cargo-cache master composite
- actions-rs/toolchain v1 composite
- actions/checkout v3 composite
.github/workflows/security-audit.yml
actions
- actions-rs/audit-check v1 composite
- actions/cache v3 composite
- actions/checkout v3 composite
.github/workflows/serpent.yml
actions
- RustCrypto/actions/cargo-cache master composite
- actions-rs/toolchain v1 composite
- actions/checkout v3 composite
.github/workflows/sm4.yml
actions
- RustCrypto/actions/cargo-cache master composite
- actions-rs/toolchain v1 composite
- actions/checkout v3 composite
.github/workflows/threefish.yml
actions
- RustCrypto/actions/cargo-cache master composite
- actions-rs/toolchain v1 composite
- actions/checkout v3 composite
.github/workflows/twofish.yml
actions
- RustCrypto/actions/cargo-cache master composite
- actions-rs/toolchain v1 composite
- actions/checkout v3 composite
.github/workflows/workspace.yml
actions
- RustCrypto/actions/cargo-cache master composite
- actions-rs/cargo v1 composite
- actions-rs/toolchain v1 composite
- actions/checkout v3 composite
aria/Cargo.toml
cargo
- cipher 0.4.2 development
- hex-literal 0.3 development
- cipher 0.4.2
belt-block/Cargo.toml
cargo
- cipher 0.4.3 development
- hex-literal 0.3.4 development
- cipher 0.4.3
.github/workflows/rc6.yml
actions
- RustCrypto/actions/cargo-cache master composite
- actions/checkout v3 composite
- dtolnay/rust-toolchain master composite
gift/Cargo.toml
cargo
- cipher 0.5 development
- hex-literal 1 development
- cipher 0.5
.github/workflows/speck.yml
actions
- actions/checkout v4 composite
- dtolnay/rust-toolchain master composite
.github/workflows/cast6.yml
actions
- RustCrypto/actions/cargo-cache master composite
- actions/checkout v4 composite
- dtolnay/rust-toolchain master composite
.github/workflows/gift.yml
actions
- RustCrypto/actions/cargo-cache master composite
- actions/checkout v4 composite
- dtolnay/rust-toolchain master composite
.github/workflows/xtea.yml
actions
- RustCrypto/actions/cargo-cache master composite
- actions/checkout v4 composite
- dtolnay/rust-toolchain master composite
cast6/Cargo.toml
cargo
- cipher 0.5 development
- hex-literal 1 development
- cipher 0.5
rc5/Cargo.toml
cargo
- cipher 0.5 development
- hex-literal 1 development
- cipher 0.5
Cargo.toml
cargo
.github/workflows/rc5.yml
actions
- RustCrypto/actions/cargo-cache master composite
- actions/checkout v4 composite
- dtolnay/rust-toolchain master composite
rc6/Cargo.toml
cargo
- cipher 0.5 development
- cipher 0.5
speck/Cargo.toml
cargo
- cipher 0.5 development
- hex-literal 1 development
- cipher 0.5
xtea/Cargo.toml
cargo
- cipher 0.5 development
- cipher 0.5