-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chacha20: returning rand_core feature #333
chacha20: returning rand_core feature #333
Commits on Oct 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b1fa885 - Browse repository at this point
Copy the full SHA b1fa885View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5226a9 - Browse repository at this point
Copy the full SHA c5226a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04aabff - Browse repository at this point
Copy the full SHA 04aabffView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec262fd - Browse repository at this point
Copy the full SHA ec262fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a1755f - Browse repository at this point
Copy the full SHA 8a1755fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2117c30 - Browse repository at this point
Copy the full SHA 2117c30View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5b9a4d - Browse repository at this point
Copy the full SHA f5b9a4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53a51a7 - Browse repository at this point
Copy the full SHA 53a51a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 425c159 - Browse repository at this point
Copy the full SHA 425c159View commit details -
Configuration menu - View commit details
-
Copy full SHA for a241489 - Browse repository at this point
Copy the full SHA a241489View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6af37f1 - Browse repository at this point
Copy the full SHA 6af37f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56462ef - Browse repository at this point
Copy the full SHA 56462efView commit details -
Configuration menu - View commit details
-
Copy full SHA for c52c607 - Browse repository at this point
Copy the full SHA c52c607View commit details
Commits on Oct 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for aac6b9e - Browse repository at this point
Copy the full SHA aac6b9eView commit details -
Noah Stiltner committed
Oct 26, 2023 Configuration menu - View commit details
-
Copy full SHA for 0357ad6 - Browse repository at this point
Copy the full SHA 0357ad6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71a1a5b - Browse repository at this point
Copy the full SHA 71a1a5bView commit details -
adjusted aarch64 bench and added results
Noah Stiltner committedOct 26, 2023 Configuration menu - View commit details
-
Copy full SHA for 9d992e1 - Browse repository at this point
Copy the full SHA 9d992e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f32ee71 - Browse repository at this point
Copy the full SHA f32ee71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63fcd30 - Browse repository at this point
Copy the full SHA 63fcd30View commit details -
Configuration menu - View commit details
-
Copy full SHA for e765489 - Browse repository at this point
Copy the full SHA e765489View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fb4d82 - Browse repository at this point
Copy the full SHA 6fb4d82View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1907c5 - Browse repository at this point
Copy the full SHA d1907c5View commit details
Commits on Oct 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 694c592 - Browse repository at this point
Copy the full SHA 694c592View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3c3189 - Browse repository at this point
Copy the full SHA a3c3189View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf3f700 - Browse repository at this point
Copy the full SHA bf3f700View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd65576 - Browse repository at this point
Copy the full SHA fd65576View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bd6e5a - Browse repository at this point
Copy the full SHA 4bd6e5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dbb429 - Browse repository at this point
Copy the full SHA 2dbb429View commit details -
Configuration menu - View commit details
-
Copy full SHA for b227065 - Browse repository at this point
Copy the full SHA b227065View commit details
Commits on Oct 28, 2023
-
remove rand_core-0.7-dependent test; remove unnecessary comments; ren…
…ame LesserBlock to Block
Configuration menu - View commit details
-
Copy full SHA for 5713e7e - Browse repository at this point
Copy the full SHA 5713e7eView commit details
Commits on Nov 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for de69a46 - Browse repository at this point
Copy the full SHA de69a46View commit details -
Configuration menu - View commit details
-
Copy full SHA for c77dcc2 - Browse repository at this point
Copy the full SHA c77dcc2View commit details -
if set_word_pos_bytes is desirable, pick your poison between this com…
…mit and what is there now, or suggest something prettier
Configuration menu - View commit details
-
Copy full SHA for 842d0de - Browse repository at this point
Copy the full SHA 842d0deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21b0862 - Browse repository at this point
Copy the full SHA 21b0862View commit details -
added Seed wrapper, moved impl of ChaChaCore to rng.rs, corrected a c…
…omment and variable name, passed some tests
Configuration menu - View commit details
-
Copy full SHA for 3b6f4cb - Browse repository at this point
Copy the full SHA 3b6f4cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for af09157 - Browse repository at this point
Copy the full SHA af09157View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d46dd6 - Browse repository at this point
Copy the full SHA 9d46dd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb489ef - Browse repository at this point
Copy the full SHA fb489efView commit details -
using Generic inputs to convert to zeroizable inputs, as well as elim…
…inating *_bytes() methods and removing the need for users to have .into()
Configuration menu - View commit details
-
Copy full SHA for 03bf69a - Browse repository at this point
Copy the full SHA 03bf69aView commit details
Commits on Nov 4, 2023
-
allow for [u8; 12] stream_id, and set_stream() is now slightly optimi…
…zed for it instead of u128; removed [u8; 16] stream_id possibility. Added support for ZeroizeOnDrop for all inputs
Configuration menu - View commit details
-
Copy full SHA for a3a2350 - Browse repository at this point
Copy the full SHA a3a2350View commit details
Commits on Nov 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5472286 - Browse repository at this point
Copy the full SHA 5472286View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72c9e0b - Browse repository at this point
Copy the full SHA 72c9e0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5997225 - Browse repository at this point
Copy the full SHA 5997225View commit details
Commits on Nov 6, 2023
-
added zeroize tests; tests failed :(; tried a non-copyable seed wrapp…
…er--still failed; not sure how to fix
Configuration menu - View commit details
-
Copy full SHA for ef30ccc - Browse repository at this point
Copy the full SHA ef30cccView commit details
Commits on Nov 7, 2023
-
replaced some wrappers with a macro, ensured zeroization of some inpu…
…ts, fixed the internal zeroize test
Configuration menu - View commit details
-
Copy full SHA for ea32536 - Browse repository at this point
Copy the full SHA ea32536View commit details -
Configuration menu - View commit details
-
Copy full SHA for c10c4b6 - Browse repository at this point
Copy the full SHA c10c4b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26668af - Browse repository at this point
Copy the full SHA 26668afView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac09d24 - Browse repository at this point
Copy the full SHA ac09d24View commit details
Commits on Nov 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 13aa494 - Browse repository at this point
Copy the full SHA 13aa494View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d71ada - Browse repository at this point
Copy the full SHA 2d71adaView commit details -
Configuration menu - View commit details
-
Copy full SHA for b013266 - Browse repository at this point
Copy the full SHA b013266View commit details
Commits on Nov 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7833e11 - Browse repository at this point
Copy the full SHA 7833e11View commit details -
Configuration menu - View commit details
-
Copy full SHA for a687937 - Browse repository at this point
Copy the full SHA a687937View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73088f6 - Browse repository at this point
Copy the full SHA 73088f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdb43c0 - Browse repository at this point
Copy the full SHA bdb43c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 255b481 - Browse repository at this point
Copy the full SHA 255b481View commit details
Commits on Nov 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a691b4a - Browse repository at this point
Copy the full SHA a691b4aView commit details -
replace BlockRng and BlockRngCore impl to allow for Results buffer to…
… be zeroized on demand
Configuration menu - View commit details
-
Copy full SHA for bf7c307 - Browse repository at this point
Copy the full SHA bf7c307View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f245d5 - Browse repository at this point
Copy the full SHA 5f245d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65e42e8 - Browse repository at this point
Copy the full SHA 65e42e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8c2df0 - Browse repository at this point
Copy the full SHA e8c2df0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac51b24 - Browse repository at this point
Copy the full SHA ac51b24View commit details
Commits on Nov 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cec3726 - Browse repository at this point
Copy the full SHA cec3726View commit details -
aligned and tested set_word_pos. removed the index checks in the test…
… since they were mainly for debugging
Configuration menu - View commit details
-
Copy full SHA for 5603c3c - Browse repository at this point
Copy the full SHA 5603c3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11ebab3 - Browse repository at this point
Copy the full SHA 11ebab3View commit details
Commits on Nov 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 141d54c - Browse repository at this point
Copy the full SHA 141d54cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8f9732 - Browse repository at this point
Copy the full SHA d8f9732View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7695fb6 - Browse repository at this point
Copy the full SHA 7695fb6View commit details
Commits on Nov 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0c0e338 - Browse repository at this point
Copy the full SHA 0c0e338View commit details
Commits on Nov 27, 2023
-
working on ChaChaCore::new(); had issues with avx2_cpuid/sse2_cpuid w…
…hen using chacha20_force_soft, so am moving it to lib.rs
Configuration menu - View commit details
-
Copy full SHA for 14ee01e - Browse repository at this point
Copy the full SHA 14ee01eView commit details
Commits on Nov 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5e15c4a - Browse repository at this point
Copy the full SHA 5e15c4aView commit details -
was benching wrong Rng lol... CPB: 0.99 for avx2, 5.16 for soft, 2.89…
… for sse2; will tackle cipher next
Configuration menu - View commit details
-
Copy full SHA for 5d6d0ad - Browse repository at this point
Copy the full SHA 5d6d0adView commit details
Commits on Dec 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a0c19e8 - Browse repository at this point
Copy the full SHA a0c19e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32c7662 - Browse repository at this point
Copy the full SHA 32c7662View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5df80ed - Browse repository at this point
Copy the full SHA 5df80edView commit details -
Configuration menu - View commit details
-
Copy full SHA for e95e3ca - Browse repository at this point
Copy the full SHA e95e3caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d30f5c - Browse repository at this point
Copy the full SHA 8d30f5cView commit details
Commits on Dec 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d2d980b - Browse repository at this point
Copy the full SHA d2d980bView commit details
Commits on Dec 24, 2023
-
generate() is now in rng.rs; added rng feature because rng.rs tests w…
…eren't running with GitHub Actions; removed one of my unnecessary debugging tests; added fill_bytes_v2 test
Configuration menu - View commit details
-
Copy full SHA for 8465a4d - Browse repository at this point
Copy the full SHA 8465a4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 45a78d3 - Browse repository at this point
Copy the full SHA 45a78d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30386f4 - Browse repository at this point
Copy the full SHA 30386f4View commit details
Commits on Jan 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 06ff9a8 - Browse repository at this point
Copy the full SHA 06ff9a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed4ac1c - Browse repository at this point
Copy the full SHA ed4ac1cView commit details
Commits on Jan 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f501a4f - Browse repository at this point
Copy the full SHA f501a4fView commit details
Commits on Jan 17, 2024
-
rebasing RustCrypto#339; also added public get/set_block_pos; added F…
…rom<[u32; 3]> for StreamId and From<[u8; 4]> for BlockPos
Configuration menu - View commit details
-
Copy full SHA for 758a0b7 - Browse repository at this point
Copy the full SHA 758a0b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d3d870 - Browse repository at this point
Copy the full SHA 9d3d870View commit details -
Configuration menu - View commit details
-
Copy full SHA for 303714a - Browse repository at this point
Copy the full SHA 303714aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0295f7c - Browse repository at this point
Copy the full SHA 0295f7cView commit details
Commits on Jan 18, 2024
-
fixed benches; tried to make set_word_pos more coherent by changing t…
…he WordPosInput struct and adjusting the documentation; added checks in test_set_and_get_equivalence
Configuration menu - View commit details
-
Copy full SHA for a8cd5c3 - Browse repository at this point
Copy the full SHA a8cd5c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14e45bc - Browse repository at this point
Copy the full SHA 14e45bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f494ff - Browse repository at this point
Copy the full SHA 0f494ffView commit details
Commits on Mar 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 70a9f2d - Browse repository at this point
Copy the full SHA 70a9f2dView commit details -
removed getrandom dependency, removed .cargo folders that were for te…
…sting (and stopped working), fixed some spelling
Configuration menu - View commit details
-
Copy full SHA for 86fd8ed - Browse repository at this point
Copy the full SHA 86fd8edView commit details -
Configuration menu - View commit details
-
Copy full SHA for bee5798 - Browse repository at this point
Copy the full SHA bee5798View commit details
Commits on Apr 6, 2024
-
updated rand_core to alpha; impl'd BlockRngCore; moved get/set_word_p…
…os to Rng instead of RngCore; updated docs to reflect changes
Configuration menu - View commit details
-
Copy full SHA for 304f2bb - Browse repository at this point
Copy the full SHA 304f2bbView commit details
Commits on Apr 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1d15d68 - Browse repository at this point
Copy the full SHA 1d15d68View commit details