Commit graph

24 commits

Author SHA1 Message Date
Isis Lovecruft
f9012cc1b3
Bump curve25519-dalek dependency to 0.18. 2018-07-23 16:35:28 +00:00
Isis Lovecruft
b43bdfeb58
Merge remote-tracking branch 'mcginty/master' into develop 2018-07-23 16:32:48 +00:00
Jake McGinty
715208e0eb use production rand 0.5 release 2018-05-22 22:44:31 -07:00
Isis Lovecruft
f76e08deec
Add syntax highlighting to README. 2018-05-15 23:00:27 +00:00
Isis Lovecruft
ba0bf47492
Update links in README to point to new github org. 2018-05-15 23:00:06 +00:00
Isis Lovecruft
bd8a546b13
Merge branch 'master' into develop 2018-05-15 22:53:03 +00:00
Isis Lovecruft
d1e6f3a968
Merge branch 'release/0.2.0' 2018-05-15 22:52:49 +00:00
Isis Lovecruft
d80bd7094f
Bump x25519-dalek version to 0.2.0. 2018-05-15 22:51:53 +00:00
Isis Lovecruft
3a0b35dc38
Add backend options to travis.yml build matrix. 2018-05-15 21:51:31 +00:00
Isis Lovecruft
b13417e82c
Expose backend options from curve25519-dalek. 2018-05-15 21:48:01 +00:00
Isis Lovecruft
5f608f9218
Merge branch 'feature/benches' into develop 2018-05-15 21:01:16 +00:00
Isis Lovecruft
d0c4da85e8
Update rand dependency to 0.5.0-pre.2. 2018-05-15 21:00:28 +00:00
Isis Lovecruft
3e9a5db419
Update curve25519-dalek dependency to 0.17. 2018-05-15 20:41:39 +00:00
Isis Lovecruft
26ae887262
Merge remote-tracking branch 'mcginty/curve25519-0.16' into develop 2018-05-15 20:30:31 +00:00
Isis Lovecruft
1b2f382e66
Merge remote-tracking branch 'oleganza/no-default-features-in-curve25519' into develop 2018-05-15 20:28:09 +00:00
Jake McGinty
cb88ab169a Use latest curve25519-dalek.
Fixes #5 (allows x25519-dalek to compile on stable).

informed by 6748ddd:
  - sub `CompressedMontgomeryU` with `MontgomeryPoint`, removing
    (de)compress calls.
informed by d32fe97:
  - sub `Scalar([u8; 32])` with `Scalar::from_bits([u8; 32])`
2018-05-01 20:18:43 -07:00
Isis Lovecruft
659d6c258e
Add criterion benchmark for diffie_hellman() function. 2018-04-03 23:30:21 +00:00
Oleg Andreev
7ab614cda4 make sure std does not leak through thie dependency 2018-04-03 15:00:10 -07:00
Isis Lovecruft
031179d111
Use new repository links. 2018-04-02 20:07:25 +00:00
Isis Lovecruft
86d23006fa
Add slack notifications for Travis results. 2018-04-02 20:06:02 +00:00
Isis Lovecruft
9970b8d17b
Merge branch 'release/0.1.0' 2018-04-02 20:01:01 +00:00
Isis Lovecruft
f8c554dd97
Move seldom-used import. 2017-10-24 06:10:27 +00:00
Isis Lovecruft
2f16d80b26
Bump x25519-dalek version to 0.1.0. 2017-10-09 04:33:16 +00:00
Isis Lovecruft
3702a7c598
Initial commit. 2017-10-09 04:02:40 +00:00