Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/RustCrypto/block-ciphers

Collection of block cipher algorithms written in pure Rust
https://github.com/RustCrypto/block-ciphers

Performance of key initialization?

oilel opened this issue almost 2 years ago
Replace unmaintained actions-rs/cargo action in CI workflow

striezel opened this pull request almost 2 years ago
fix doc typo in hazmat.rs

notapix opened this pull request almost 2 years ago
Replace unmaintained actions-rs/toolchain action in CI workflows

striezel opened this pull request almost 2 years ago
build(deps): bump actions/checkout from 1 to 3

dependabot[bot] opened this pull request almost 2 years ago
`aes` docs update

KaneGreen opened this pull request almost 2 years ago
`encrypt_block` vs `encrypt_blocks`, what is 'parallel block processing'?

KaneGreen opened this issue almost 2 years ago
rc5 v0.0.1

tarcieri opened this pull request almost 2 years ago
rc5: post-merge cleanups

tarcieri opened this pull request almost 2 years ago
convert GenericArray to &[u8]

oilel opened this issue almost 2 years ago
Why use 42u8?

oilel opened this issue almost 2 years ago
initial rc5 impl

antonio-dropulic opened this pull request about 2 years ago
CI: use `cross-install` action in `aes` workflow

tarcieri opened this pull request about 2 years ago
Remove html_root_url

newpavlov opened this pull request about 2 years ago
aes: fix docs around configuration flags

newpavlov opened this pull request about 2 years ago
aria: add benchmarks and release v0.1.0

newpavlov opened this pull request about 2 years ago
Add Rijndael (not AES)

sorairolake opened this issue about 2 years ago
aria: initial implementaion of the ARIA cipher (RFC 5794)

lumag opened this pull request about 2 years ago
camellia: release v0.1.0

newpavlov opened this pull request over 2 years ago
Update readme table

newpavlov opened this pull request over 2 years ago
build(deps): bump actions/checkout from 2 to 3

dependabot[bot] opened this pull request over 2 years ago
build(deps): bump actions/cache from 1 to 3

dependabot[bot] opened this pull request over 2 years ago
chore: extend Dependabot configuration for GitHub Actions updates

striezel opened this pull request over 2 years ago
Fix a few typos

striezel opened this pull request over 2 years ago
belt-block: add belt_block_raw function

newpavlov opened this pull request over 2 years ago
belt-block: minor changes in inner docs

newpavlov opened this pull request over 2 years ago
fix/misspell in description

makavity opened this pull request over 2 years ago
Missing feature flag

ShaneMurphy2 opened this issue over 2 years ago
Add README notice about higher-level constructions

newpavlov opened this pull request over 2 years ago
Implement belt-block algorithm

makavity opened this pull request over 2 years ago
serpent: add support for 192 and 256 bit keys

newpavlov opened this issue over 2 years ago
build(deps): bump cpufeatures from 0.2.4 to 0.2.5

dependabot[bot] opened this pull request over 2 years ago
aes: remove use of `aarch64_target_feature`

tarcieri opened this pull request over 2 years ago
build(deps): bump cpufeatures from 0.2.3 to 0.2.4

dependabot[bot] opened this pull request over 2 years ago
build(deps): bump cpufeatures from 0.2.2 to 0.2.3

dependabot[bot] opened this pull request over 2 years ago
Gift

Schmid7k opened this pull request over 2 years ago
build(deps): bump zeroize from 1.5.6 to 1.5.7

dependabot[bot] opened this pull request over 2 years ago
build(deps): bump zeroize from 1.5.5 to 1.5.6

dependabot[bot] opened this pull request over 2 years ago
build(deps): bump zeroize from 1.5.4 to 1.5.5

dependabot[bot] opened this pull request over 2 years ago
ParBlocksSizeUser impls

rozbb opened this pull request over 2 years ago
How to compose with configuration flags ?

aPere3 opened this issue over 2 years ago
Serpent with 32 bytes key

Antidote1911 opened this issue over 2 years ago
Fix missing space before curly brace

sorairolake opened this pull request over 2 years ago
build(deps): bump cpufeatures from 0.2.1 to 0.2.2

dependabot[bot] opened this pull request almost 3 years ago
Fix `aes` and `kuznyechik` CI workflows

tarcieri opened this pull request almost 3 years ago
aes: implement `Zeroize` for aes keys

aticu opened this pull request almost 3 years ago
Benchmarking the AES module

Schmid7k opened this issue almost 3 years ago
Update Cargo.lock

newpavlov opened this pull request almost 3 years ago
Cache cargo index

newpavlov opened this pull request almost 3 years ago
Use reusable workflow for minimal-versions

newpavlov opened this pull request almost 3 years ago
build(deps): bump cipher from 0.4.0 to 0.4.2

dependabot[bot] opened this pull request almost 3 years ago
build(deps): bump cipher from 0.4.0 to 0.4.1

dependabot[bot] opened this pull request almost 3 years ago
Fix and test minimal versions build

newpavlov opened this pull request almost 3 years ago
build(deps): bump block-padding from 0.2.1 to 0.3.1

dependabot[bot] opened this pull request almost 3 years ago
build(deps): bump cipher from 0.3.0 to 0.4.0

dependabot[bot] opened this pull request almost 3 years ago
Update dependencies to build with cargo update -Z minimal-versions

xfix opened this pull request almost 3 years ago
Fix missing no-std category for SM4

jvdsn opened this pull request almost 3 years ago
speck: initial crate

jvdsn opened this pull request almost 3 years ago
sm4: add hardware accelerated backend for ARM targets

newpavlov opened this issue almost 3 years ago
build(deps): bump generic-array from 0.14.4 to 0.14.5

dependabot[bot] opened this pull request almost 3 years ago
Missing AES-KW

cryptographix opened this issue about 3 years ago
Add implementation of Camellia

sorairolake opened this pull request about 3 years ago
Mentioning the audit from NCC Group

BlackMagicCoding opened this issue about 3 years ago
build(deps): bump hex-literal from 0.2.1 to 0.3.4

dependabot[bot] opened this pull request about 3 years ago
How can I parse a cipher into a readable base64 or HEX?

TheOnlyArtz opened this issue about 3 years ago
Quick question regarding Blowfish

STashakkori opened this issue about 3 years ago
aes: Add some SAFETY comments to the `aes::ni` module

str4d opened this pull request about 3 years ago
twofish: Derive Clone for Twofish.

teythoon opened this pull request over 3 years ago
aes: expose helper functions about hardware acceleration detection

vthib opened this pull request over 3 years ago
decrypt/encrypt for block ciphers cannot be reused

prokls opened this issue over 3 years ago
Update crates to cipher v0.4

newpavlov opened this pull request over 3 years ago
build(deps): bump cpufeatures from 0.2.0 to 0.2.1

dependabot[bot] opened this pull request over 3 years ago
aes v0.7.5

tarcieri opened this pull request over 3 years ago
aes: bump `cpufeatures` dependency to v0.2

tarcieri opened this pull request over 3 years ago
aes: use `core::arch::aarch64::vst1q_u8` intrinsic on `armv8`

tarcieri opened this pull request over 3 years ago
Rename crypto target feature to aes

newpavlov opened this pull request over 3 years ago
kuznyechik: add parallel block processing for SSE2 backend

newpavlov opened this pull request over 3 years ago
[Question/Suggestion] AES encryption examples with text

sciguyryan opened this issue over 3 years ago
build(deps): bump hex-literal from 0.2.1 to 0.3.3

dependabot[bot] opened this pull request over 3 years ago
aes: bump ctr dependency to v0.8

newpavlov opened this pull request over 3 years ago
build(deps): bump hex-literal from 0.2.1 to 0.3.2

dependabot[bot] opened this pull request over 3 years ago
build(deps): bump cpufeatures from 0.1.4 to 0.1.5

dependabot[bot] opened this pull request over 3 years ago
aes: feature flags are not additive

SergioBenitez opened this issue over 3 years ago
Experimental design

newpavlov opened this pull request over 3 years ago
aes: split encryptors and decryptors

newpavlov opened this issue about 4 years ago
Use const generics for magma S-boxes

newpavlov opened this issue over 4 years ago
feature request: add block_size method to BlockCipher

hxzhao527 opened this issue over 4 years ago
Error building documentation when +sse2,+sse2,+ssse3 activated

adria0 opened this issue almost 5 years ago
AES CTS Mode

sharksforarms opened this issue almost 5 years ago
std::io wrappers in the block_modes crate

fstirlitz opened this issue about 5 years ago
XTS mode

theli-ua opened this issue over 5 years ago
Add BlowfishLE tests

newpavlov opened this issue about 6 years ago
Missing block ciphers

newpavlov opened this issue about 8 years ago