Merge branch 'release/0.13.2'

This commit is contained in:
Isis Lovecruft 2017-11-17 01:35:03 +00:00
commit 9b72359d17
Failed to extract signature

View file

@ -1,6 +1,6 @@
[package]
name = "curve25519-dalek"
version = "0.13.1"
version = "0.13.2"
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>",
"Henry de Valence <hdevalence@hdevalence.ca>"]
readme = "README.md"
@ -12,11 +12,12 @@ categories = ["cryptography", "no-std"]
keywords = ["cryptography", "curve25519", "elliptic", "curve", "ECC"]
description = "A low-level cryptographic library for point, group, field, and scalar operations on a curve isomorphic to the twisted Edwards curve defined by -x²+y² = 1 - 121665/121666 x²y² over GF(2²⁵⁵ - 19)."
exclude = [
".gitignore"
".gitignore",
".travis.yml",
]
[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", "rustdoc-include-katex-header.html"]
rustdoc-args = ["--html-in-header", ".cargo/registry/src/github.com-1ecc6299db9ec823/curve25519-dalek-0.13.2/rustdoc-include-katex-header.html"]
[badges]
travis-ci = { repository = "isislovecruft/curve25519-dalek", branch = "master"}