Commit graph

  • 0b04124175
    Fixed MSRV build Michael Rosenberg 2023-02-04 03:24:09 -0500
  • b77fa51569
    Bump curve25519-dalek dep to rc.1 Michael Rosenberg 2023-02-04 03:21:36 -0500
  • ce3eed873c
    Merge pull request #278 from dalek-cryptography/release/2.0 Michael Rosenberg 2023-02-02 18:12:59 -0500
  • b2d0f0ecd7
    Bump to rc.1 Michael Rosenberg 2023-02-02 17:21:56 -0500
  • 57a8add0fd
    Removed vestigial nightly feature from docsrs instructions Michael Rosenberg 2023-02-02 17:18:47 -0500
  • 783b6e81c4
    README changes for 2.0 (#275) Michael Rosenberg 2023-02-02 17:07:56 -0500
  • 3b71630d9f
    Fix docsrs build (#505) Michael Rosenberg 2023-02-02 04:06:14 -0500
  • 5190ad6df8
    Impl VerifyingKey::is_weak (#277) Michael Rosenberg 2023-01-31 16:23:38 -0500
  • b375b46d37
    Fixed-based Montgomery scalar multiplication (#503) Tony Arcieri 2023-01-31 01:37:03 -0700
  • 79bcbdc89b
    Re-export commonly used types from toplevel (#502) Tony Arcieri 2023-01-29 11:53:43 -0700
  • e9fe4145fe
    Merge pull request #95 from dignifiedquire/update-deps Michael Rosenberg 2023-01-29 04:35:12 -0500
  • 83300618ad
    Attempt to fix CI Michael Rosenberg 2023-01-29 04:29:44 -0500
  • 88cc32b687
    Updated to curve25519-dalek rc0 Michael Rosenberg 2023-01-29 04:29:07 -0500
  • 1b86ff1d3e
    Bump curve25519-dalek to v4.0.0-rc.0 (#276) Tony Arcieri 2023-01-28 16:56:35 -0700
  • 1a388f7135
    Bump version to 4.0-rc.0 (#501) Michael Rosenberg 2023-01-27 14:14:58 -0500
  • 928d6d15f8
    Docs.rs + README changes for 2.x (#241) pinkforest(she/her) 2023-01-27 17:06:24 +1100
  • 861784f57e
    Add Context type (#273) Tony Arcieri 2023-01-26 13:41:20 -0700
  • 27ba9dd614
    Bump ed25519 crate dependency to v2.1 (#272) Tony Arcieri 2023-01-21 15:59:11 -0700
  • c2b8978927
    Do byte comparison in all verify_* functions (#269) Michael Rosenberg 2023-01-21 01:05:54 -0500
  • 7d255cd85a
    CI: test cargo doc build (#271) Tony Arcieri 2023-01-20 22:21:35 -0700
  • ba765a5988
    Impl signature::Digest* traits for Ed25519ph (#270) Tony Arcieri 2023-01-20 22:02:27 -0700
  • f61e9dcf9b
    Add on-by-default fast crate feature for gating basepoint tables (#251) Tony Arcieri 2023-01-20 13:46:17 -0700
  • 3effd73307
    Feature-gated more precomputed tables (#500) Michael Rosenberg 2023-01-20 12:55:32 -0500
  • bfacbe7ee4
    Make from_slice methods fallible; add TryFrom<&[u8]> (#495) Tony Arcieri 2023-01-19 12:08:18 -0700
  • 8d1bc31805
    Rename basepoint-tables to precomputed-tables (#499) Tony Arcieri 2023-01-19 12:04:22 -0700
  • 431e69959d
    Make digest optional (#268) pinkforest(she/her) 2023-01-19 18:59:43 +1100
  • e1d4ef313e
    Implement Hash trait for VerifyingKey (#265) Linus Karl 2023-01-17 04:43:05 +0100
  • 6d9bbd323e
    Bump ed25519 dependency to v2 (#266) Tony Arcieri 2023-01-16 19:38:57 -0700
  • 8c455f58ae
    Make rand_core optional (#262) pinkforest(she/her) 2023-01-16 11:13:33 +1100
  • b5dc40bedf
    Make verify_batch deterministic (#256) Michael Rosenberg 2023-01-14 21:26:39 -0500
  • fedb1450de
    Add Scalar::from_bits_clamped (#498) SergeStrashko 2023-01-10 01:34:57 +0900
  • 4f6b4b247f
    Make zeroize optional (#263) pinkforest(she/her) 2023-01-10 01:57:59 +1100
  • 6ee4d1de5c
    Use curve25519-dalek from git; check in Cargo.lock (#260) Tony Arcieri 2023-01-09 02:44:10 -0700
  • 83f6b149d3
    Add basepoint-tables crate feature (#489) Tony Arcieri 2023-01-08 01:51:51 -0700
  • 4f218d8e67
    Adding verify_prehashed_strict() (#212) andrew lyon 2023-01-07 08:21:54 -0800
  • 461a2d7e05
    Bump ed25519 crate to v2.0.0-rc.0 (#257) Tony Arcieri 2023-01-06 22:50:39 -0700
  • 8c2f545d91
    Expand const fn support (#494) Tony Arcieri 2023-01-06 11:29:56 -0700
  • f036eaf482
    Validation criteria tests (#253) Michael Rosenberg 2023-01-05 22:58:54 -0500
  • 65aeda0867
    Impl From<&SigningKey> for VerifyingKey (#252) Tony Arcieri 2023-01-05 03:31:58 -0700
  • e2ed3133a6
    Fix batch build (#220) Michael Rosenberg 2023-01-02 00:59:19 -0500
  • d95e3bd536 impl AsRef for keys as well dlblv 2022-12-30 01:43:42 +0500
  • 6a51f4fa40
    Make basepoint table constants &'static references (#488) Tony Arcieri 2022-12-28 01:24:46 -0700
  • 1b000d271d
    CI: use RustCrypto/actions/cross-install (#487) Tony Arcieri 2022-12-27 13:53:12 -0700
  • 0ffcb84625
    Don't set html_root_url (#483) Tony Arcieri 2022-12-27 03:14:34 -0700
  • 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