threshold-elgamal 0.1.7 → 0.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,6 +9,10 @@ It was written as clearly as possible, modularized, and with long, explicit vari
|
|
|
9
9
|
|
|
10
10
|
**This is not a cryptographically audited library, make sure you know what you are doing before using it.**
|
|
11
11
|
|
|
12
|
+
## Documentation
|
|
13
|
+
|
|
14
|
+
For a detailed list of exported types and functions, [click here](https://tenemo.github.io/threshold-elgamal/modules.html).
|
|
15
|
+
|
|
12
16
|
## Contributing
|
|
13
17
|
|
|
14
18
|
The JavaScript/TypeScript ecosystem seems to be lacking in modern, functional ElGamal libraries that work out of the box with reasonable default (this library isn't at that point yet). All PRs are welcome.
|