Collection ofblock cipherswritten in pure Rust. Higher level constructions Crates in this repository implement ONLY raw block cipher functionality defined by traits in theciphercrate. In practice block ciphers are rarely used in isolation. Instead, they usually play role of a building block for highe...
Collection ofblock ciphersandblock modeswritten in pure Rust. Warnings Currently only AES crates provide constant-time implementations. If you do not really know what you are doing it's generally recommended not to use other cipher implementations in this repository. ...
Codespaces nos permite utilizar Visual Studio Code incrustado dentro de GitHub, por lo que nos da la posibilidad de editar nuestro código, depurarlo, compilarlo e incluso desplegarlo y también hacer pair-programming a través de Live-Sharing. Upcoming event recommended by GitHub Jan 7 Com...
http://xahlee.info/comp/comp_lang_tutorials_index.html An extensive list of interesting open source projects written in С, C++, Clojure, Lisp, Elixir, Erlang, Elm, Golang, Haskell, JavaScript, Lua, OCaml, Python, R, Ruby, Rust, Scala etc. https://github.com/lk-geimfari/awesomo A ...
cryptagraphis a tool for linear and differential cryptanalysis of block ciphers written in Rust.cryptagraphis meant to make the life of cryptanalysts, as well as cipher designers, easier.cryptagraphis licensed under GNU GPL v3.0. Introduction ...
Rust block-ciphersblock-ciphersPublic Forked fromRustCrypto/block-ciphers Collection of block cipher algorithms written in pure Rust Rust patternspatternsPublic Forked fromrust-unofficial/patterns A catalogue of Rust design patterns encoding_rsencoding_rsPublic ...
A no_std implementation of NSA's lightweight blockcipher SPECK rust security cryptography encryption speck rust-crypto lightweight-cryptography Updated May 30, 2020 Rust robertguetzkow / speck-cipher-hardware Star 1 Code Issues Pull requests Speck cipher implemented in VHDL and Python cryptog...
rustfmt.toml Run 'cargo fmt --all -- --emit files'. Aug 6, 2018 Libsm Libsm is an open source pure rust library of China Cryptographic Algorithm Standards. It is completed by a collaborative effort between the Cryptape Technology LLC. and BEIHANG KNOC LAB. And now this project is maintai...
RustCrypto: Traits Collection of traits which describe functionality of cryptographic primitives. Crates NameAlgorithmCrates.ioDocsMSRV aead Authenticated encryption async‑signature Digital signature cipher Block and stream cipher crypto‑common Common cryptographic traits digest Cryptographic hash functio...
This Rust-powered backend leverages Axum, AES, RSA encryption, and block-modes to secure file sharing with end-to-end encryption. Easily integrate it into any project for a secure, fast, and scalable file sharing solution. Ideal for backend developers focused on data security. ...