Commit Graph

14 Commits

Author SHA1 Message Date
natalie 3b5b17e7ac
Merge pull request #1 from ZcashFoundation/no-std
add no_std support
2024-02-16 15:55:28 +00:00
Conrado Gouvea a842a61dc1 add no_std support 2024-01-10 16:43:30 -03:00
Jonathan Strong 9446cf60df bump version to v1.3.0 2023-09-06 13:58:07 -04:00
Jonathan Strong 3eb2e44e54 rustfmt 2023-09-06 13:56:33 -04:00
Jonathan Strong f1bf72f22f tweak silly hex encodings 2023-09-06 13:53:23 -04:00
Jonathan Strong e24e11188e add docs and tests for `crc32_seed` 2023-09-06 13:45:54 -04:00
Jonathan Strong adcac37162 bump version to v1.3.0-rc.1 2023-06-23 04:37:31 -04:00
Jonathan Strong 20d58e14a2 remove feature(const_eval_limit) which no longer exists, nor is needed for tests to work 2023-06-23 04:35:29 -04:00
Jonathan Strong a64fa04ad1 Merge branch 'feat/seed' of https://git.shipyard.rs/Roms1383/const-crc32 into Roms1383-feat/seed 2023-06-23 04:33:26 -04:00
Rom's 58bbd68f59 expose sibling method with seed 2023-04-20 19:22:15 +07:00
Jonathan Strong e765ab544a remove const_eval_limit increase except for cfg(test), which needs it 2022-11-02 02:46:59 -04:00
Jonathan Strong 7324963d2b increase #[const_eval_limit] to avoid compilation errors for larger byte slices 2022-10-05 14:58:35 -04:00
Jonathan Strong 5dbfa46a34 adds readme; tweak code example 2022-10-05 12:52:31 -04:00
Jonathan Strong 0d02e98749 initial commit 2022-10-05 12:46:04 -04:00