Commit graph

  • ebcd744054
    CI: add build-nostd job (#482) Tony Arcieri 2022-12-27 03:13:57 -0700
  • 7227c6fa9b
    Remove Travis CI configuration (#484) Tony Arcieri 2022-12-27 03:13:13 -0700
  • 7d53206366
    Weakly activate zeroize?/alloc; MSRV 1.60 (#485) Tony Arcieri 2022-12-27 03:12:55 -0700
  • 39dbaea6f9
    Make zeroize an optional dependency (#481) Tony Arcieri 2022-12-26 14:19:55 -0700
  • 616d55c36c
    Impld Clone for SigningKey (#249) Michael Rosenberg 2022-12-21 17:10:18 -0500
  • 7374fd3d2f fix clippy warnings dlblv 2022-12-21 01:11:17 +0500
  • f6a242a5b0
    Use namespaced/weak features; MSRV 1.60 (#235) Tony Arcieri 2022-12-20 02:48:55 -0700
  • 951d489d51
    CI: check code is formatted correctly using rustfmt (#246) Tony Arcieri 2022-12-20 02:37:04 -0700
  • a0384be8fc
    Impl Drop/ZeroizeOnDrop for SigningKey (#247) Tony Arcieri 2022-12-20 02:28:20 -0700
  • 50dbb9eb4d Add as_bytes() method dlblv 2022-12-19 21:30:09 +0500
  • 194b17f18a
    Fix all Clippy warnings (#244) pinkforest(she/her) 2022-12-19 07:56:41 +1100
  • c01cab0d19
    Merge pull request #243 from pinkforest/fix-signingkey-docs-coverage Tony Arcieri 2022-12-18 12:51:02 -0700
  • f0b2df03ca
    Merge pull request #230 from mina86/a Tony Arcieri 2022-12-18 12:49:59 -0700
  • 24cd9421d5 Change from_bytes methods to take fixed-size array argument Michal Nazarewicz 2022-12-02 05:55:16 +0100
  • 134b5e174d Fix SigningKey to/from_bytes doc/coverage pinkforest 2022-12-18 19:02:18 +1100
  • 52da7353b8
    Rename Keypair => SigningKey; PublicKey => VerifyingKey (#242) Tony Arcieri 2022-12-17 23:24:58 -0700
  • 06186b8511
    Merge pull request #479 from pinkforest/doc-fix-release-pre5 Michael Rosenberg 2022-12-14 00:51:27 -0500
  • 39053b1c5d Fix docs release pre.5 pinkforest 2022-12-14 09:53:39 +1100
  • 55620dcde5
    PKCS#8 support (#224) Tony Arcieri 2022-12-13 16:19:31 -0700
  • b0b22def50
    Bumped prerelease version Michael Rosenberg 2022-12-13 17:17:34 -0500
  • 14b04b22d5
    Merge pull request #478 from pinkforest/fix-clippy-is-my-bestie Michael Rosenberg 2022-12-13 16:31:30 -0500
  • 6a513fc3bb
    Merge pull request #477 from rozbb/fix-docsrs Michael Rosenberg 2022-12-13 16:27:50 -0500
  • 3f2da879ba Fix clippy for build.rs pinkforest 2022-12-14 05:21:10 +1100
  • 91c2305328
    Fixed docsrs flags in Cargo.toml Michael Rosenberg 2022-12-13 08:48:03 -0500
  • 42d8dbd42a
    Merge release/4.0 into main (#474) Michael Rosenberg 2022-12-13 08:28:41 -0500
  • dbe599532f
    Bumped prerelease version Michael Rosenberg 2022-12-13 02:32:48 -0500
  • 1cedb3727e
    Fixed docs build (#475) Michael Rosenberg 2022-12-13 02:29:45 -0500
  • 174611895b
    Removed changelog line about wasm and arm defaults Michael Rosenberg 2022-12-12 18:09:31 -0500
  • 87fc5310b8
    Added latest changelog entries to readme Michael Rosenberg 2022-12-12 18:03:58 -0500
  • d7140146f2
    Add rust-version to cargo Michael Rosenberg 2022-12-12 17:50:58 -0500
  • 274f4a7bec
    Change Scalar::from_canonical_bytes to return CtOption (#472) Tony Arcieri 2022-12-12 15:38:04 -0700
  • 94a99d82f8
    README: Removed non-existent features Michael Rosenberg 2022-12-12 03:03:40 -0500
  • 82a2d4c9e4
    Merge branch 'main' into release/4.0 Michael Rosenberg 2022-12-12 02:59:09 -0500
  • f38d677759
    Updated CHANGELOG; added stable/beta instructions to README Michael Rosenberg 2022-12-12 02:54:25 -0500
  • 6f237a0810
    Use inherent constants for ZERO, ONE, and MINUS_ONE (#470) Tony Arcieri 2022-12-11 23:04:42 -0700
  • acd78987f9
    Document curve25519_dalek_ backend and bits selection (#467) pinkforest(she/her) 2022-12-12 08:37:50 +1100
  • fa45d21b76
    Use CryptoRngCore trait (#469) Tony Arcieri 2022-12-11 13:11:15 -0700
  • cfcdf536a0
    Cargo.toml: compatibility updates for curve25519-dalek and ed25519 (#236) Tony Arcieri 2022-12-09 19:14:38 -0700
  • cb42e87096
    Fixes curve25519_dalek_bits defaults for cross and wasm (#465) pinkforest(she/her) 2022-12-10 13:09:24 +1100
  • ce3b8d3689 fixup: cleanup extern crates dignifiedquire 2022-12-09 15:40:56 +0100
  • fa9e16e938 happy clippy dignifiedquire 2022-12-09 15:36:55 +0100
  • 50dc19b389 cargo fmt dignifiedquire 2022-12-09 15:35:56 +0100
  • cf56e789ed bump MSRV to 1.60 and update to current curve25519-dalek dignifiedquire 2022-12-09 15:35:49 +0100
  • cc304c29ff
    Use --cfg curve25519_dalek_backend to select backend (#455) Tony Arcieri 2022-12-09 01:42:52 -0700
  • f5dada3834
    Updates to README (#453) Michael Rosenberg 2022-12-09 03:19:53 -0500
  • 1e490bd001
    Fix --no-default-features test warnings; consolidate CI jobs (#461) Tony Arcieri 2022-12-08 21:26:18 -0700
  • 0b72bb5dc2
    Made Scalar::bits return an iterator rather than an array (#451) Michael Rosenberg 2022-12-08 16:37:42 -0500
  • 42e93d7faf
    Remove mocks (#460) Michael Rosenberg 2022-12-08 15:36:22 -0500
  • 1013560fe4
    Remove std feature (#459) Tony Arcieri 2022-12-08 13:05:59 -0700
  • 6b56edf776
    Make digest optional (#446) pinkforest(she/her) 2022-12-09 05:59:28 +1100
  • 47a0c3eacc
    Make rand_core optional (#447) pinkforest(she/her) 2022-12-09 05:50:17 +1100
  • 2190332b67
    Add target u32/u64 backend override (#454) pinkforest(she/her) 2022-12-09 03:52:42 +1100
  • 01ad6305f2
    Edition fixups: remove extern crate, add idioms lint (#231) Tony Arcieri 2022-12-08 00:39:48 -0700
  • 29466f1b45
    Minor documentation fixes (#444) pinkforest(she/her) 2022-12-07 21:36:07 +1100
  • 44512a3e9c
    CI: only build simd_backend; don't run tests (#232) Tony Arcieri 2022-12-07 01:07:55 -0700
  • e01bb1bdc6
    Fix all clippy warnings replay (#441) pinkforest(she/her) 2022-12-04 19:40:51 +1100
  • 03b8668b29
    Merge pull request #440 from dalek-cryptography/docs-cleanup Michael Rosenberg 2022-11-26 22:00:45 -0500
  • edf6db09ab
    Merge pull request #439 from pinkforest/docs-cleanup Michael Rosenberg 2022-11-26 21:42:30 -0500
  • 840a9dc866
    Relax Rng trait bounds to allow ?Sized Rngs (#394) Chris Beck 2022-11-26 18:56:04 -0700
  • 1ddad1858f
    Fixed README image layout and gave the logo the alt text described in #89 Michael Rosenberg 2022-11-26 14:11:57 -0500
  • 01672bfc63
    Applied @pinkforest's patch to make make doc build on non-x86_64 arches Michael Rosenberg 2022-11-26 13:53:51 -0500
  • 791ba170b1 Cleanup: enabled doc_auto_cfg and doc_cfg_hide Michael Rosenberg 2022-11-26 06:34:48 -0500
  • 289cc52fef Document backend mod as INTERNALS: pinkforest 2022-11-26 22:20:18 +1100
  • 8d236f5279 Fix curve_models link for parallel formulas doc pinkforest 2022-11-26 22:10:14 +1100
  • fec474b1ba Shouldn't have removed stdsimd feature Michael Rosenberg 2022-11-26 05:58:29 -0500
  • 3e1643a99d Fixed features to tell docs.rs to use Michael Rosenberg 2022-11-26 05:55:48 -0500
  • 774e56e2c1 Removed unnecessary unstable features Michael Rosenberg 2022-11-26 05:54:22 -0500
  • a35ca1e9cf Added cfg_attr everywhere possible, and simplified cfg over std/alloc Michael Rosenberg 2022-11-26 05:53:28 -0500
  • 4b08687093 Fixed broken latex in parallel-formulas.md Michael Rosenberg 2022-11-26 04:10:21 -0500
  • ad7c755f49 Documentation migrate to docs.rs hosted pinkforest 2022-11-25 10:14:25 +1100
  • c604520311
    Made docs makefile use nightly Michael Rosenberg 2022-10-22 19:52:29 -0400
  • 969940e954
    Wibble Michael Rosenberg 2022-10-22 19:51:54 -0400
  • a743ea5348
    Fixed doc warnings Michael Rosenberg 2022-10-22 14:39:40 -0400
  • 45d6adba73
    Updated CHANGELOG to reflect recent PRs Michael Rosenberg 2022-11-24 02:32:20 -0500
  • 6eafb1ebda
    Deprecate EdwardsPoint::hash_from_bytes (#438) Michael Rosenberg 2022-11-24 01:45:03 -0500
  • a03c7a3f0f
    Tune up CI configuration (#227) Tony Arcieri 2022-11-21 15:23:05 -0700
  • d4cffc7d05
    ed25519 v2.0.0-pre.0 (#222) Tony Arcieri 2022-11-21 15:21:05 -0700
  • ae4bd2c81e
    Fix warnings and add -D warnings check in CI (#226) Tony Arcieri 2022-11-20 20:28:09 -0700
  • f7cbeee7f6
    Bump curve25519-dalek to v4.0.0-pre (via git) (#223) Tony Arcieri 2022-11-20 13:08:05 -0700
  • f88cf6836b
    Use include_str! for .md inclusion in rustdoc (#434) Tony Arcieri 2022-11-13 22:22:50 -0700
  • d05afa02a3
    Add alloc feature gates to simd tests that need it (#433) Tony Arcieri 2022-11-13 22:11:23 -0700
  • 7d275100bf
    CI: fix build-simd job (#436) Tony Arcieri 2022-11-13 21:21:24 -0700
  • 081f632d91
    Implement simplified backend selection (#428) Tony Arcieri 2022-11-13 10:17:42 -0700
  • 977eb0d3b7
    Bump criterion to 0.4.0 (#432) pinkforest(she/her) 2022-11-13 17:36:46 +1100
  • e85e3c047b
    Merge pull request #429 from pinkforest/docs/readme/de-dup Michael Rosenberg 2022-11-13 01:03:37 -0500
  • 62fe24e022 Include README.md into the crate Documentation pinkforest 2022-11-11 22:24:25 +1100
  • 90292dccf8
    Relaxed zeroize dependency Michael Rosenberg 2022-11-10 03:44:26 -0500
  • d687cc8f82
    Fix double-and-compress on Ristretto identity (issue #398). (#399) Thomas Pornin 2022-11-05 11:35:30 -0400
  • 0d75725da3
    Merge pull request #424 from rozbb/rustfmt Michael Rosenberg 2022-11-04 03:03:32 -0400
  • d2bf310330
    cargo fmt Michael Rosenberg 2022-10-28 17:00:24 -0400
  • a959787c2e
    Added more #[rusfmt::skip] Michael Rosenberg 2022-10-28 16:58:40 -0400
  • 95b368a431
    Whitespace formatting fixes on the [rustfmt::skip] functions Michael Rosenberg 2022-10-28 16:32:45 -0400
  • 6d906bb70c
    Added #[rustfmt::skip] where necessary Michael Rosenberg 2022-10-28 13:51:20 -0400
  • a32f56ba36
    Undid the bad reformatting job from 5758b8c Michael Rosenberg 2022-10-28 13:22:49 -0400
  • 8fa201639a
    Fix AVX2 and AVX-512 builds (#419) Michael Rosenberg 2022-10-28 13:10:44 -0400
  • 3a94bf8a8e
    Cherry-picked Github actions from 1f9e527 Michael Rosenberg 2022-10-28 12:15:50 -0400
  • 1f9e527597
    Update GitHub actions (#422) Anthony Ramine 2022-10-28 17:50:24 +0200
  • 5fe0e969bf
    Enable CI for arbitrary PRs Michael Rosenberg 2022-10-22 13:28:00 -0400
  • c000957bae
    Remove byteorder (#418) Hugo Tunius 2022-10-22 09:42:23 +0200
  • 3246aa7edc Noted edition change in changelog Michael Rosenberg 2022-10-18 13:59:35 -0400