mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Exclude .travis.yml from packages.
This commit is contained in:
parent
1b66c2de01
commit
37a56bf2ba
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ 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",
|
||||
".travis.yml",
|
||||
]
|
||||
include = [
|
||||
"rustdoc-include-katex-header.html",
|
||||
|
|
|
|||
Loading…
Reference in a new issue