https://github.com/RustCrypto/MACs
Last synced: about 1 month ago
Repository metadata:
Message authentication code algorithms written in pure Rust
- Host: GitHub
- URL: https://github.com/RustCrypto/MACs
- Owner: RustCrypto
- Created: 2017-07-22T18:52:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-22T22:33:58.000Z (about 2 months ago)
- Last Synced: 2024-10-31T18:39:58.280Z (about 2 months ago)
- Language: Rust
- Size: 2.32 MB
- Stars: 264
- Watchers: 6
- Forks: 37
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Owner metadata:
- Name: Rust Crypto
- Login: RustCrypto
- Email:
- Kind: organization
- Description: Cryptographic algorithms written in pure Rust
- Website:
- Location:
- Twitter: RustCryptoOrg
- Company:
- Icon url: https://avatars.githubusercontent.com/u/22351541?v=4
- Repositories: 36
- Last Synced at: 2024-11-11T15:15:38.102Z
- Profile URL: https://github.com/RustCrypto
- Sponsor URL:
Committers metadata
Last synced: about 1 month ago
Total Commits: 175
Total Committers: 15
Avg Commits per committer: 11.667
Development Distribution Score (DDS): 0.606
Commits in past year: 18
Committers in past year: 6
Avg Commits per committer in past year: 3.0
Development Distribution Score (DDS) in past year: 0.389
Name | Commits | |
---|---|---|
Artyom Pavlov | n****v@g****m | 69 |
Tony Arcieri | b****e@g****m | 64 |
dependabot[bot] | 4****] | 28 |
Dirk Stolle | s****v@w****e | 3 |
Alexandr Kitaev | m****1@g****m | 1 |
Arthur Gautier | a****r@a****m | 1 |
Arthur Gautier | s****b@s****t | 1 |
Ondřej Hošek | o****k@g****m | 1 |
Patrick D Hayes | p****s@g****m | 1 |
Qinxuan Chen | k****x@g****m | 1 |
Tim Neumann | m****l@t****e | 1 |
Tshepang Lekhonkhobe | t****g@g****m | 1 |
boats | b****s@m****m | 1 |
brycx | b****x@p****m | 1 |
not-matthias | 2****s | 1 |
Issue and Pull Request metadata
Last synced: about 1 month ago
Package metadata
- Total packages: 10
-
Total downloads:
- cargo: 153,919,397 total
- Total docker downloads: 53,410,169
- Total dependent packages: 936 (may contain duplicates)
- Total dependent repositories: 20,342 (may contain duplicates)
- Total versions: 73
- Total maintainers: 1
cargo: hmac
Generic implementation of Hash-based Message Authentication Code (HMAC)
- Homepage:
- Documentation: https://docs.rs/hmac/
- Licenses: MIT OR Apache-2.0
- Latest release: 0.12.1 (published almost 3 years ago)
- Last Synced: 2024-11-10T20:36:04.154Z (about 1 month ago)
- Versions: 29
- Dependent Packages: 911
- Dependent Repositories: 20,152
- Downloads: 151,777,944 Total
- Docker Downloads: 34,737,195
-
Rankings:
- Dependent packages count: 0.085%
- Downloads: 0.101%
- Dependent repos count: 0.164%
- Docker downloads count: 0.372%
- Average: 3.52%
- Forks count: 10.167%
- Stargazers count: 10.229%
- Maintainers (1)
cargo: cmac
Generic implementation of Cipher-based Message Authentication Code
- Homepage:
- Documentation: https://docs.rs/cmac/
- Licenses: MIT OR Apache-2.0
- Latest release: 0.7.2 (published almost 2 years ago)
- Last Synced: 2024-11-10T20:35:59.040Z (about 1 month ago)
- Versions: 14
- Dependent Packages: 22
- Dependent Repositories: 170
- Downloads: 1,978,053 Total
- Docker Downloads: 18,672,974
-
Rankings:
- Dependent packages count: 1.931%
- Downloads: 2.095%
- Dependent repos count: 3.015%
- Docker downloads count: 4.651%
- Average: 5.47%
- Forks count: 10.474%
- Stargazers count: 10.654%
- Maintainers (1)
cargo: pmac
Generic implementation of Parallelizable Message Authentication Code
- Homepage:
- Documentation: https://docs.rs/pmac/
- Licenses: MIT OR Apache-2.0
- Latest release: 0.7.1 (published almost 3 years ago)
- Last Synced: 2024-11-10T20:35:58.029Z (about 1 month ago)
- Versions: 12
- Dependent Packages: 3
- Dependent Repositories: 20
- Downloads: 146,225 Total
-
Rankings:
- Downloads: 5.207%
- Dependent repos count: 6.043%
- Average: 8.31%
- Dependent packages count: 9.171%
- Forks count: 10.474%
- Stargazers count: 10.654%
- Maintainers (1)
cargo: daa
Implementation of Data Authentication Algorithm (DAA)
- Homepage:
- Documentation: https://docs.rs/daa/
- Licenses: MIT OR Apache-2.0
- Latest release: 0.5.0 (published over 3 years ago)
- Last Synced: 2024-11-10T20:36:00.289Z (about 1 month ago)
- Versions: 7
- Dependent Packages: 0
- Dependent Repositories: 0
- Downloads: 6,553 Total
-
Rankings:
- Forks count: 11.133%
- Stargazers count: 11.29%
- Average: 23.126%
- Dependent repos count: 29.318%
- Downloads: 30.078%
- Dependent packages count: 33.812%
- Maintainers (1)
cargo: cbc-mac
Implementation of Cipher Block Chaining Message Authentication Code (CBC-MAC)
- Homepage:
- Documentation: https://docs.rs/cbc-mac/
- Licenses: MIT OR Apache-2.0
- Latest release: 0.1.1 (published almost 3 years ago)
- Last Synced: 2024-11-10T20:35:59.517Z (about 1 month ago)
- Versions: 5
- Dependent Packages: 0
- Dependent Repositories: 0
- Downloads: 4,105 Total
-
Rankings:
- Forks count: 11.133%
- Stargazers count: 11.29%
- Average: 25.384%
- Dependent repos count: 29.318%
- Dependent packages count: 33.812%
- Downloads: 41.365%
- Maintainers (1)
cargo: umac
Message authentication code based on universal hashing
- Homepage:
- Documentation: https://docs.rs/umac/
- Licenses: MIT/Apache-2.0
- Latest release: 0.0.0 (published over 7 years ago)
- Last Synced: 2024-11-10T20:35:57.961Z (about 1 month ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
- Downloads: 1,229 Total
-
Rankings:
- Forks count: 11.133%
- Stargazers count: 11.29%
- Average: 27.524%
- Dependent repos count: 29.318%
- Dependent packages count: 33.812%
- Downloads: 52.064%
- Maintainers (1)
cargo: vmac
Block cipher-based message authentication code
- Homepage:
- Documentation: https://docs.rs/vmac/
- Licenses: MIT/Apache-2.0
- Latest release: 0.0.0 (published over 7 years ago)
- Last Synced: 2024-11-10T20:35:59.842Z (about 1 month ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
- Downloads: 1,238 Total
-
Rankings:
- Forks count: 11.133%
- Stargazers count: 11.29%
- Average: 27.555%
- Dependent repos count: 29.318%
- Dependent packages count: 33.812%
- Downloads: 52.221%
- Maintainers (1)
cargo: kmac
KECCAK Message Authentication Code
- Homepage:
- Documentation: https://docs.rs/kmac/
- Licenses: MIT/Apache-2.0
- Latest release: 0.0.0 (published over 6 years ago)
- Last Synced: 2024-11-10T20:35:59.143Z (about 1 month ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
- Downloads: 1,248 Total
-
Rankings:
- Forks count: 11.133%
- Stargazers count: 11.29%
- Average: 28.013%
- Dependent repos count: 29.318%
- Dependent packages count: 33.812%
- Downloads: 54.509%
- Maintainers (1)
cargo: gmac
GMAC
- Homepage:
- Documentation: https://docs.rs/gmac/
- Licenses: MIT OR Apache-2.0
- Latest release: 0.0.0 (published over 5 years ago)
- Last Synced: 2024-11-10T20:35:59.875Z (about 1 month ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
- Downloads: 1,083 Total
-
Rankings:
- Forks count: 11.133%
- Stargazers count: 11.29%
- Dependent repos count: 29.318%
- Average: 29.661%
- Dependent packages count: 33.812%
- Downloads: 62.749%
- Maintainers (1)
cargo: belt-mac
MAC specified by the BelT standard
- Homepage:
- Documentation: https://docs.rs/belt-mac/
- Licenses: MIT OR Apache-2.0
- Latest release: 0.1.0 (published over 1 year ago)
- Last Synced: 2024-11-10T20:36:00.121Z (about 1 month ago)
- Versions: 2
- Dependent Packages: 0
- Dependent Repositories: 0
- Downloads: 1,719 Total
-
Rankings:
- Dependent repos count: 29.318%
- Dependent packages count: 33.812%
- Average: 54.032%
- Downloads: 98.965%
- Maintainers (1)
Dependencies
- aes 0.8.1
- blobby 0.3.1
- block-buffer 0.10.2
- cfg-if 1.0.0
- cipher 0.4.3
- cpufeatures 0.2.1
- crypto-common 0.1.3
- dbl 0.3.2
- des 0.8.1
- digest 0.10.3
- generic-array 0.14.5
- hex-literal 0.3.4
- inout 0.1.2
- kuznyechik 0.8.1
- libc 0.2.119
- magma 0.8.1
- subtle 2.4.1
- typenum 1.15.0
- version_check 0.9.4
- zeroize 1.5.2
- aes 0.8 development
- des 0.8 development
- digest 0.10.3 development
- hex-literal 0.3 development
- cipher 0.4.2
- digest 0.10.3
- aes 0.8 development
- des 0.8 development
- digest 0.10.3 development
- hex-literal 0.3 development
- kuznyechik 0.8 development
- magma 0.8 development
- cipher 0.4.2
- dbl 0.3
- digest 0.10.3
- blobby 0.3.1
- block-buffer 0.10.2
- cfg-if 1.0.0
- cpufeatures 0.2.1
- crypto-common 0.1.3
- digest 0.10.3
- generic-array 0.14.5
- hex-literal 0.2.2
- hex-literal-impl 0.2.3
- libc 0.2.118
- md-5 0.10.1
- proc-macro-hack 0.5.19
- sha-1 0.10.0
- sha2 0.10.2
- streebog 0.10.1
- subtle 2.4.1
- typenum 1.15.0
- version_check 0.9.4
- digest 0.10 development
- hex-literal 0.2.2 development
- md-5 0.10 development
- sha-1 0.10 development
- sha2 0.10 development
- streebog 0.10 development
- digest 0.10.3
- aes 0.8 development
- digest 0.10.3 development
- cipher 0.4.2
- dbl 0.3
- digest 0.10.3
- RustCrypto/actions/cargo-cache master composite
- actions-rs/toolchain v1 composite
- actions/checkout v3.3.0 composite
- RustCrypto/actions/cargo-cache master composite
- actions-rs/toolchain v1 composite
- actions/checkout v3.3.0 composite
- RustCrypto/actions/cargo-cache master composite
- actions-rs/toolchain v1 composite
- actions/checkout v3.3.0 composite
- RustCrypto/actions/cargo-cache master composite
- actions-rs/toolchain v1 composite
- actions/checkout v3.3.0 composite
- RustCrypto/actions/cargo-cache master composite
- actions-rs/cargo v1 composite
- actions-rs/toolchain v1 composite
- actions/checkout v3.3.0 composite