Commit graph

  • 594b1f9ffe
    Updated Cargo.toml repo and homepage links to the Github monorepo Michael Rosenberg 2023-08-28 02:36:14 -0400
  • c058cd9057
    curve: Expand lints (#530) Tony Arcieri 2023-08-28 00:32:31 -0600
  • 8e0cef5b72
    curve: Add arbitrary integer multiplication with MontgomeryPoint::mul_bits_be (#555) Michael Rosenberg 2023-08-28 01:58:41 -0400
  • 4373695c50
    curve: implement ff and group traits (#562) pinkforest(she/her) 2023-08-28 06:41:06 +1000
  • 098658dc8b
    ed: Add SigningKey::as_bytes (#561) Sören Meier 2023-08-27 22:28:06 +0200
  • b93ace8c7f
    Address Clippy lints (#543) Rob Ede 2023-08-27 19:47:12 +0100
  • c66973c823
    ed: ConstantTimeEq and PartialEq for SigningKey (#557) Matt Johnston 2023-08-12 13:49:16 +0800
  • bf2c4eea23
    curve: Mark scalar::clamp_integer as must_use (#558) moiseev-signal 2023-08-11 22:44:09 -0700
  • 6dd17b2836
    x: Mark x25519-dalek version 2 as stable (#554) Elichai Turkel 2023-08-12 01:18:15 +0300
  • 42b55fd117
    ed: Bump ed25519-dalek to 2.0.0 (#559) Michael Rosenberg 2023-08-11 11:38:43 -0400
  • 345364d4ec
    Update README.md Tony Arcieri 2023-07-27 18:17:00 -0600
  • e44d4b5903
    curve,ed,x: Bump curve version to 4.0.0 (#550) Michael Rosenberg 2023-07-22 12:52:24 -0400
  • 1ac254fb1c
    Remove old Cargo.lock files (#549) Tony Arcieri 2023-07-22 10:30:10 -0600
  • 0d1bc975d5
    Fixed CI badges in workspaces Michael Rosenberg 2023-07-22 12:22:31 -0400
  • 20d1346841
    Fix CI failures (#548) Tony Arcieri 2023-07-22 10:13:10 -0600
  • d671fc2720
    README.md: fix crate table Tony Arcieri 2023-07-20 11:37:03 -0600
  • 5f0d41fcec
    ed25519-dalek: remove ExpandedSecretKey::to_bytes (#545) Tony Arcieri 2023-07-10 20:09:40 -0600
  • 76e193415b
    Merge pull request #540 from pinkforest/bump-quote Michael Rosenberg 2023-06-30 00:17:19 -0400
  • e17a0e771a
    Bump quote and syn pinkforest 2023-06-30 04:07:19 +0000
  • f789810e33
    Merge pull request #536 from pinkforest/monorepo-t1 Michael Rosenberg 2023-06-29 23:48:46 -0400
  • 98a0a6f2ef
    Moved code of conduct Michael Rosenberg 2023-06-29 23:35:29 -0400
  • bf8b21c439
    Add new workspace README and CONTRIBUTING pinkforest 2023-06-28 09:40:52 +0000
  • 7db9981a7f
    Re-work CI around workspace pinkforest 2023-06-28 09:38:56 +0000
  • 6e422d96d7
    Re-organize Cargo manifests to workspace pinkforest 2023-06-28 09:38:06 +0000
  • 2cc52c216e
    Move CI & assets into workspace pinkforest 2023-06-28 08:59:51 +0000
  • bf0e37d3ed
    Workspace x25519 under x25519-dalek pinkforest 2023-06-27 04:09:32 +0000
  • e7ecb74ed0
    Merge remote-tracking branch 'x/main' into monorepo-t1 pinkforest 2023-06-27 04:06:50 +0000
  • d62def9c22
    Workspace ed25519 under ed25519-dalek pinkforest 2023-06-27 04:04:09 +0000
  • 52742e7864
    Merge remote-tracking branch 'ed/main' into monorepo-t1 pinkforest 2023-06-27 04:01:16 +0000
  • 40cf5aff99
    Workspace curve25519 under curve25519-dalek pinkforest 2023-06-27 04:00:12 +0000
  • 8613b5a809
    chore: Release 2.0.0-rc.3 (#128) pinkforest(she/her) 2023-06-24 03:54:38 +0000
  • 58a967f6fb
    chore: Release 2.0.0-rc.3 (#307) pinkforest(she/her) 2023-06-24 03:53:10 +0000
  • 2e3212b8cc
    chore: Release 4.0.0-rc.3 (#535) pinkforest(she/her) 2023-06-23 21:13:20 +0000
  • e429bde88d
    Clean up backend features and vendor curve25519_dalek_derive (#531) pinkforest(she/her) 2023-06-22 05:46:27 +0000
  • 9b166b75e0
    Update to new Scalar API (#293) Michael Rosenberg 2023-06-12 00:06:00 -0400
  • e111b5d913
    Merge pull request #523 from koute/main_runtime_simd Michael Rosenberg 2023-06-10 22:01:03 -0400
  • 50aa63532b
    Fix the doc comment in packed_simd.rs Jan Bujak 2023-06-05 07:42:36 +0000
  • 502897109c Pin the version of unsafe_target_feature Jan Bujak 2023-06-05 07:40:31 +0000
  • 94247a79d1
    Revert "(work-in-progress) Partially remove unsafe_target_feature" Jan Bujak 2023-06-05 07:38:55 +0000
  • 618c5081f1
    Replace unwrap_u8 with into (#528) Tony Arcieri 2023-05-30 19:49:13 -0600
  • 6c2233bc45
    Fix the upper bound in the description of mods (#525) Marek 2023-05-29 23:24:45 +0200
  • 267961b7ee
    README.md: use buildstats.info crate badge (#526) Tony Arcieri 2023-05-20 13:26:05 -0600
  • c67e430cfd
    (work-in-progress) Partially remove unsafe_target_feature Jan Bujak 2023-05-17 05:06:26 +0000
  • a7df9c7918
    Remove Selfs which don't compile anymore Jan Bujak 2023-05-17 04:21:17 +0000
  • 4afbf09e1c
    Add hazmat module with ExpandedSecretKey, raw_sign, raw_sign_prehashed (#299) Michael Rosenberg 2023-05-15 00:50:38 -0400
  • f683cf4d50
    Merge pull request #125 from eaon/crypto_box_url Tony Arcieri 2023-05-09 07:05:03 -0600
  • d828434d60
    Update crypto_box URL eaon 2023-05-08 18:56:43 -0400
  • 90f10ed096
    Fix a typo (#300) Damir Jelić 2023-04-11 19:19:36 +0200
  • 738cfee020
    Get rid of the unused_unsafe warning on old versions of Rust. Jan Bujak 2023-04-11 11:55:47 +0000
  • 996b1e9077
    Make cargodoc happy Jan Bujak 2023-04-11 11:48:58 +0000
  • 1b6fee354d
    Make clippy happy Jan Bujak 2023-04-11 11:44:32 +0000
  • 219995dbc9
    rustfmt src/backend/vector/scalar_mul (no changes besides formatting) Jan Bujak 2023-04-11 11:13:28 +0000
  • 0db8783be8
    Runtime backend autodetection Jan Bujak 2023-04-11 11:13:18 +0000
  • 91e839aae5
    Add extra #[inline]; this speeds up the avx2 backend slightly Jan Bujak 2023-04-11 11:09:19 +0000
  • 25fa593df2
    Update to new Scalar API (#120) Michael Rosenberg 2023-03-31 16:58:35 -0400
  • cccf389467
    chore: Release 2.0.0-rc.2 (#123) pinkforest(she/her) 2023-04-01 04:53:51 +1100
  • 84158337af
    Make static_secrets optional (#122) pinkforest(she/her) 2023-04-01 04:34:03 +1100
  • 80aac08c1c
    Fixed repoerted speedup/slowdown percentages in README benchmarks (#297) Michael Rosenberg 2023-03-30 15:00:52 -0400
  • c8c9f29989
    Add Scalar and MontgomeryPoint conversions (#296) Tony Arcieri 2023-03-30 11:29:36 -0600
  • 4583c472f5
    Support SIMD on Rust stable (#520) Koute 2023-03-30 15:16:18 +0900
  • f460ae149b
    Make scalars always reduced (#519) Michael Rosenberg 2023-03-28 18:12:24 -0400
  • 5014c91270
    chore: Release 2.0.0-rc.2 (#295) pinkforest(she/her) 2023-03-27 02:23:14 +1100
  • 7901b21e06
    Improve diagnostics when key being deserializing is too long (#294) Rob Ede 2023-03-26 09:11:23 +0100
  • c982811d11
    chore: Release 4.0.0-rc.2 (#522) pinkforest(she/her) 2023-03-26 17:49:20 +1100
  • 2931c688eb
    Fix serde / no_std incompatibility ryan 2023-03-22 08:45:33 +1300
  • 9577d1e322
    Add no_std to CI (#289) pinkforest(she/her) 2023-03-21 16:46:43 +1100
  • 02a5ce20ca
    Add getrandom (#118) pinkforest(she/her) 2023-03-21 16:40:51 +1100
  • 6aabb9bf08
    Merge pull request #119 from pinkforest/fix-no_std Tony Arcieri 2023-03-20 19:05:42 -0600
  • 0e73cb82bc
    Merge pull request #117 from dalek-cryptography/release/2.0 Michael Rosenberg 2023-03-20 14:24:42 -0400
  • d6c3cbf97d
    Merge branch 'main' into release/2.0 Michael Rosenberg 2023-03-20 14:19:38 -0400
  • 7dc1bbd855
    Remove two unnecessary into_iter (#290) Samuel Moelius 2023-03-18 11:22:15 -0400
  • 99c0520aa7
    Fixes cfg with target from env (#516) pinkforest(she/her) 2023-03-18 19:34:47 +1100
  • a63e14f4de
    Use ok_or_else instead of ok_or in serde decoding (#382) Jordan Rose 2023-03-13 20:42:01 -0700
  • 987f7d6baf
    Merge pull request #115 from pinkforest/fix-docsrs Tony Arcieri 2023-03-12 15:16:09 -0600
  • 379e506336
    Merge remote-tracking branch 'origin/release/2.0' into fix-docsrs pinkforest 2023-03-13 07:22:56 +1100
  • 5080b42601
    Merge remote-tracking branch 'origin/release/2.0' into fix-no_std pinkforest 2023-03-13 07:22:03 +1100
  • 853a3df1a7
    Merge pull request #109 from pinkforest/fix-ci Tony Arcieri 2023-03-12 13:04:05 -0600
  • 0139af7f9d
    Remove rustup in favor of rust-toolchain pinkforest 2023-03-13 05:15:34 +1100
  • 4b6c61c111
    Correct crate name pinkforest 2023-03-12 16:49:18 +1100
  • a7769a645c
    Add assets pinkforest 2023-03-12 16:48:15 +1100
  • 281fab6af0
    Fix docsrs pinkforest 2023-03-12 16:45:37 +1100
  • f3c46bc3bf
    Remove redundant feature pinkforest 2023-03-12 15:27:53 +1100
  • fdc992d6cd
    Fix no_std with get_random pinkforest 2023-03-12 14:18:07 +1100
  • cbd3958772
    Fix bench features pinkforest 2023-03-12 13:50:50 +1100
  • 707675d878
    Disable no_std from CI pinkforest 2023-03-12 13:43:48 +1100
  • c779e215f7
    Fixed doc nit from update-ci branch pinkforest 2023-03-12 13:42:31 +1100
  • be8a657ece
    Add .lock pinkforest 2023-03-12 13:27:44 +1100
  • 8c9c94add9
    Add Cargo.lock pinkforest 2023-03-12 13:22:52 +1100
  • 5cb2a4953a
    Test all features and no_std iterate pinkforest 2023-03-12 13:19:39 +1100
  • 62149c4f80
    Fix CI pinkforest 2023-03-12 13:16:01 +1100
  • 67b8c2e40c
    Fix error for custom targets (#510) pinkforest(she/her) 2023-03-11 05:21:20 +1100
  • 64b26ad074
    Fix a few typos (#281) Dirk Stolle 2023-03-07 08:54:30 +0100
  • c33b49bf5a
    Update actions/checkout in GitHub Actions workflow to v3 (#282) Dirk Stolle 2023-03-07 08:44:55 +0100
  • 3efde345b6
    Remove invalid input fields from CI action for Rust setup (#283) Dirk Stolle 2023-03-07 08:35:10 +0100
  • e0e02cfcf4
    Bump ed25519 to v2.2; pkcs8 to v0.10 (#285) Tony Arcieri 2023-03-07 00:20:09 -0700
  • 4686ade1b5
    Use named fields for struct VerifyingKey (#284) Tony Arcieri 2023-03-07 00:16:19 -0700
  • 97d6d5544a
    Merge pull request #106 from striezel-stash/fix-typos Tony Arcieri 2023-02-26 07:37:26 -0700
  • 327618c7d8 Fix two typos Dirk Stolle 2023-02-24 22:22:19 +0100
  • 3194759f6e
    Merge pull request #96 from dlblv/fix/add-secret-as-bytes Tony Arcieri 2023-02-17 09:52:53 -0700
  • 619ef68d73
    Merge pull request #279 from rozbb/main Michael Rosenberg 2023-02-04 10:06:05 -0500