2 Repositories
Rust checksum Libraries
SHA256 sentence: discover a SHA256 checksum that matches a sentence's description of hex digit words.
SHA256 sentence "The SHA256 for this sentence begins with: one, eight, two, a, seven, c and nine." Inspired by @lauriewired post Inspired by @humbleha
16 Oct 9, 2023
Rust implementation of CRC(16, 32, 64) with support of various standards
crc Rust implementation of CRC(16, 32, 64). MSRV is 1.46. Usage Add crc to Cargo.toml [dependencies] crc = "2.0" Compute CRC use crc::{Crc, Algorithm,
120 Dec 23, 2022