Tony Arcieri
f683cf4d50
Merge pull request #125 from eaon/crypto_box_url
...
Update `crypto_box` URL
2023-05-09 07:05:03 -06:00
eaon
d828434d60
Update crypto_box URL
2023-05-08 18:56:43 -04:00
Michael Rosenberg
25fa593df2
Update to new Scalar API ( #120 )
...
* Updated to new curve25519 scalar API
* Removed clamping from constructors; clamping is always done during scalar-point multiplication
* Updated test to reflect new functionality
* Updated changelog
2023-03-31 16:58:35 -04:00
pinkforest(she/her)
cccf389467
chore: Release 2.0.0-rc.2 ( #123 )
2023-03-31 13:53:51 -04:00
pinkforest(she/her)
84158337af
Make static_secrets optional ( #122 )
...
* Make `static_secrets` optional
* Added more feature combinations to CI
2023-03-31 13:34:03 -04:00
pinkforest(she/her)
02a5ce20ca
Add getrandom ( #118 )
...
* Add getrandom to bring convenience random init functions
* Fix doc name
* Rename new to random_from_rng
* Deprecate new() in favor of random_from_rng()
* Simplify constructors documentation
Co-authored-by: Ciprian Dorin Craciun <ciprian@volution.ro>
2023-03-21 01:40:51 -04:00
Tony Arcieri
6aabb9bf08
Merge pull request #119 from pinkforest/fix-no_std
...
Fix `no std` by moving `get_random` feat dev-deps
2023-03-20 19:05:42 -06:00
Michael Rosenberg
0e73cb82bc
Merge pull request #117 from dalek-cryptography/release/2.0
...
Merge `release/2.0` into `main`
2023-03-20 14:24:42 -04:00
Michael Rosenberg
d6c3cbf97d
Merge branch 'main' into release/2.0
2023-03-20 14:19:38 -04:00
Tony Arcieri
987f7d6baf
Merge pull request #115 from pinkforest/fix-docsrs
...
Fix docsrs
2023-03-12 15:16:09 -06:00
pinkforest
379e506336
Merge remote-tracking branch 'origin/release/2.0' into fix-docsrs
2023-03-13 07:22:56 +11:00
pinkforest
5080b42601
Merge remote-tracking branch 'origin/release/2.0' into fix-no_std
2023-03-13 07:22:03 +11:00
Tony Arcieri
853a3df1a7
Merge pull request #109 from pinkforest/fix-ci
...
Fix CI
2023-03-12 13:04:05 -06:00
pinkforest
0139af7f9d
Remove rustup in favor of rust-toolchain
2023-03-13 05:15:34 +11:00
pinkforest
4b6c61c111
Correct crate name
2023-03-12 16:49:18 +11:00
pinkforest
a7769a645c
Add assets
2023-03-12 16:48:15 +11:00
pinkforest
281fab6af0
Fix docsrs
2023-03-12 16:45:37 +11:00
pinkforest
f3c46bc3bf
Remove redundant feature
2023-03-12 15:27:53 +11:00
pinkforest
fdc992d6cd
Fix no_std with get_random
2023-03-12 14:18:07 +11:00
pinkforest
cbd3958772
Fix bench features
2023-03-12 13:50:50 +11:00
pinkforest
707675d878
Disable no_std from CI
2023-03-12 13:43:48 +11:00
pinkforest
c779e215f7
Fixed doc nit from update-ci branch
...
Co-Authored-by: Michael Rosenberg <michael@mrosenberg.pub>
2023-03-12 13:42:31 +11:00
pinkforest
be8a657ece
Add .lock
2023-03-12 13:27:44 +11:00
pinkforest
8c9c94add9
Add Cargo.lock
2023-03-12 13:22:52 +11:00
pinkforest
5cb2a4953a
Test all features and no_std iterate
2023-03-12 13:19:39 +11:00
pinkforest
62149c4f80
Fix CI
2023-03-12 13:16:01 +11:00
Tony Arcieri
97d6d5544a
Merge pull request #106 from striezel-stash/fix-typos
...
Fix two typos
2023-02-26 07:37:26 -07:00
Dirk Stolle
327618c7d8
Fix two typos
2023-02-24 22:22:19 +01:00
Tony Arcieri
3194759f6e
Merge pull request #96 from dlblv/fix/add-secret-as-bytes
...
Add `.as_bytes()` method for `StaticSecret`
2023-02-17 09:52:53 -07:00
Michael Rosenberg
e9fe4145fe
Merge pull request #95 from dignifiedquire/update-deps
...
Updates curve25519-dalek dep to use 4.0.0-rc.0
This includes several feature flag updates and some
minor API changes.
2023-01-29 04:35:12 -05:00
Michael Rosenberg
83300618ad
Attempt to fix CI
2023-01-29 04:29:44 -05:00
Michael Rosenberg
88cc32b687
Updated to curve25519-dalek rc0
2023-01-29 04:29:07 -05:00
dlblv
d95e3bd536
impl AsRef for keys as well
2022-12-30 01:43:42 +05:00
dlblv
7374fd3d2f
fix clippy warnings
2022-12-21 01:11:17 +05:00
dlblv
50dbb9eb4d
Add as_bytes() method
2022-12-19 21:30:09 +05:00
dignifiedquire
ce3b8d3689
fixup: cleanup extern crates
2022-12-09 15:40:56 +01:00
dignifiedquire
fa9e16e938
happy clippy
2022-12-09 15:36:55 +01:00
dignifiedquire
50dc19b389
cargo fmt
2022-12-09 15:35:56 +01:00
dignifiedquire
cf56e789ed
bump MSRV to 1.60 and update to current curve25519-dalek
2022-12-09 15:35:49 +01:00
Isis Lovecruft
3fc0108d7d
Merge branch 'release/2.0.0-pre.1' into release/2.0
2021-09-23 20:42:19 +00:00
Isis Lovecruft
ab38e36a4c
Update CHANGELOG.
2021-09-23 19:53:53 +00:00
Isis Lovecruft
73d4c2fe93
Update x25519-dalek version to 2.0.0-pre.1.
2021-09-23 19:53:44 +00:00
Isis Lovecruft
20d276ac14
Merge branch 'fix/msrv-1.51' into release/2.0
2021-09-23 19:15:51 +00:00
Isis Lovecruft
164563d79e
Update MSRV documentation in README.
2021-09-23 19:09:28 +00:00
Isis Lovecruft
841b3a65de
Relax version constraints for zeroize dependency.
2021-09-23 19:08:11 +00:00
Isis Lovecruft
8f3e4b1960
Bump MSRV to 1.51 for zeroize dependency.
2021-09-23 19:07:44 +00:00
Isis Lovecruft
9d7bccbd8e
Bump x25519-dalek version to 2.0.0-pre.0.
2021-09-15 01:07:48 +00:00
Isis Lovecruft
26c168b719
Merge branch 'release/2.0' into release/2.0.0-pre.0
2021-09-15 00:46:08 +00:00
Isis Lovecruft
db1640aa99
Merge branch 'develop' into release/2.0
2021-09-15 00:45:22 +00:00
Isis Lovecruft
8224a21489
Also run Github actions CI on PRs for releases.
2021-09-15 00:43:59 +00:00