mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-04 20:03:40 +00:00
Include rustdoc-include-katex-header.html in package.
This commit is contained in:
parent
d9f1c3df55
commit
1b66c2de01
1 changed files with 4 additions and 1 deletions
|
|
@ -12,7 +12,10 @@ 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",
|
||||
]
|
||||
include = [
|
||||
"rustdoc-include-katex-header.html",
|
||||
]
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
|
|
|
|||
Loading…
Reference in a new issue