Henry de Valence
b21ab1324f
Bump minor version
2019-01-15 22:47:35 -08:00
Henry de Valence
9bef799510
Merge pull request #22 from dalek-cryptography/add-x25519-constant
...
Add an X25519 basepoint constant
2019-01-15 22:46:35 -08:00
Henry de Valence
dd8b61da4a
Add an X25519 basepoint constant
2019-01-15 21:44:56 -08:00
Isis Lovecruft
9d606a38e8
Merge branch 'master' into develop
2019-01-16 04:14:29 +00:00
Isis Lovecruft
3e487c81f9
Merge branch 'release/0.4.1'
2019-01-16 04:14:17 +00:00
Isis Lovecruft
47e8689b2d
Bump x25519-dalek version to 0.4.1.
2019-01-16 02:23:14 +00:00
isis agora lovecruft
19f95439a9
Merge pull request #21 from isislovecruft/fix/15-ignore-readme-tests
...
Ignore README doctests for now
2019-01-16 02:20:59 +00:00
Isis Lovecruft
95b12934d7
Ignore README doctests for now.
2019-01-16 02:18:22 +00:00
Isis Lovecruft
46d0051cda
Merge branch 'master' into develop
2019-01-16 02:07:12 +00:00
Isis Lovecruft
b71d49e12f
Merge branch 'release/0.4.0'
2019-01-16 02:07:04 +00:00
Isis Lovecruft
53ba2f3bcc
Merge remote-tracking branch 'newpavlov/rand_os' into release/0.4.0
2019-01-16 01:29:46 +00:00
Henry de Valence
e6f27ca996
Fix Ristretto variable naming in decoding function
...
The code swaps u_1 and u_2 relative to the formulas (probably when doing the change for a=-1)
2019-01-13 18:01:00 -08:00
Isis Lovecruft
bab903cb65
Bump x25519-dalek version to 0.4.0.
2019-01-12 23:35:03 +00:00
Isis Lovecruft
c9a1ef6a36
Credit @DebugSteven as an author.
2019-01-12 23:34:49 +00:00
Isis Lovecruft
a58b4cf189
Fix two links to repos in CONTRIBUTING.md.
2019-01-12 23:33:49 +00:00
Henry de Valence
b8716bb82b
Pull source docs from README
2019-01-10 10:30:30 -08:00
Henry de Valence
65f94124f4
Reformat dependencies, add docs.rs metadata
2019-01-10 10:08:08 -08:00
Henry de Valence
48fa313e97
Update rand_core version
2019-01-10 10:03:59 -08:00
Henry de Valence
1dcab60930
Merge pull request #15 from DebugSteven/develop
...
Create new types for keys and clear values on drop
2019-01-10 09:58:44 -08:00
Артём Павлов [Artyom Pavlov]
5dcc1c17da
use rand_os instead of rand
2019-01-05 16:17:05 +03:00
Артём Павлов [Artyom Pavlov]
762eb0c470
use rand_core
2019-01-05 15:58:59 +03:00
Артём Павлов [Artyom Pavlov]
4e4730303d
enable rand_core/std
2019-01-05 14:32:36 +03:00
Артём Павлов [Artyom Pavlov]
d6ca36fa0b
replace rand with rand_core+rand_os
2019-01-05 14:27:24 +03:00
isis agora lovecruft
8ebe5c799b
Merge pull request #66 from isislovecruft/feature/63-refactor
...
Refactor main module into separate modules and perform automated/general cleanups
2018-12-30 05:03:01 +00:00
Isis Lovecruft
0ddf39e443
Revise some module descriptions.
2018-12-30 04:27:40 +00:00
Isis Lovecruft
42b571eb24
Remove unused clear_on_drop import from tests.
2018-12-30 04:26:56 +00:00
Isis Lovecruft
82cdcb9cc9
Fix benchmarks after merging #64 .
2018-12-30 04:26:22 +00:00
Isis Lovecruft
8b30d4084a
Run rustfmt on src/ed25519.rs.
2018-12-30 04:16:03 +00:00
Isis Lovecruft
fa726cfdcc
Run rustfmt on src/lib.rs.
2018-12-30 04:12:33 +00:00
Isis Lovecruft
ad49d31bbc
Run rustfmt on src/errors.rs.
2018-12-30 04:10:59 +00:00
Isis Lovecruft
811793ba2b
Run rustfmt on src/secret.rs.
2018-12-30 04:10:09 +00:00
Isis Lovecruft
d853856c36
Run rustfmt on src/public.rs.
2018-12-30 04:07:50 +00:00
Isis Lovecruft
a141863542
Run rustfmt on src/signature.rs.
2018-12-30 04:05:20 +00:00
Isis Lovecruft
144e87bfc8
Remove unnecessary tests/mod.rs file.
2018-12-30 04:01:39 +00:00
Isis Lovecruft
e6528bd683
Create new module for public key code.
2018-12-30 03:53:42 +00:00
Isis Lovecruft
e3d7c16aac
Make errors module private.
2018-12-30 03:53:42 +00:00
Isis Lovecruft
6fea2e1ea0
Realphabetise extern crates.
2018-12-30 03:53:42 +00:00
Isis Lovecruft
f6ec28c077
Create module for secret key types.
2018-12-30 03:53:42 +00:00
Isis Lovecruft
1cf581d67d
Add lints (and fix warnings) for Rust 2018 code.
2018-12-30 03:27:01 +00:00
Isis Lovecruft
ce857a50e7
Remove unnecessary #![allow(unused_features)] lint.
2018-12-30 03:11:28 +00:00
Isis Lovecruft
d748a41894
Create new module for Signature type.
2018-12-30 03:03:40 +00:00
Isis Lovecruft
80e72db677
Create new module for constants.
2018-12-30 02:36:49 +00:00
Isis Lovecruft
eb8ab9f06b
Organise integration tests into modules.
2018-12-30 02:32:21 +00:00
Isis Lovecruft
e88da5ea85
Move integration tests to their own directory.
2018-12-30 02:32:21 +00:00
Isis Lovecruft
4ee77b915e
Avoid using deprecated import path for rand::rngs::OsRng.
2018-12-30 02:31:47 +00:00
Isis Lovecruft
486f23f1ad
Fix some inconsistent terminology in docstrings.
2018-12-30 02:31:47 +00:00
isis agora lovecruft
d009239651
Merge pull request #65 from isislovecruft/feature/64-hardcode-sha2
...
Hardcode use of sha2::Sha512 in most cases
2018-12-30 01:28:25 +00:00
Isis Lovecruft
d81d43e3ae
Hardcode use of sha2::Sha512 in most cases.
...
This implements https://github.com/dalek-cryptography/ed25519-dalek/issues/64
You can still choose the "prehash" algorithm, as long as it has 64 bytes of
output. Otherwise, everything is hardcoded to use sha2::Sha512. To use a
different implementation you'll need a [patch.crates-io] section in cargo
config.
2018-12-30 00:40:01 +00:00
Jeff Burdges
20fd561482
Support passing both borrowed and owned Rngs
2018-12-26 17:09:20 +01:00
isis agora lovecruft
9fe447aeb8
Merge pull request #62 from isislovecruft/feature/61-decompress-caching
...
Cache decompressed PublicKey points
2018-12-24 12:09:24 +00:00