Skip to content

Commit 75e46be

Browse files
authored
README: improve readme with install references
1 parent a45b76e commit 75e46be

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,9 @@
66
[![Coverage](https://codecov.io/gh/NegaScout/ToyPublicKeys.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/NegaScout/ToyPublicKeys.jl)
77

88
ToyPublicKeys.jl is **toy** implementation of selected public key-based cryptosystems. It tries to be *proper*, however it does not provide any formal garantues on correctness or robustness. It is mostly a preview of how a Julia native (besides GMP bindings) implementation of asymetric cryptosystems could look like :)
9+
10+
Try it out as https://juliahub.com/ui/Packages/General/ToyPublicKeys
11+
12+
```
13+
import Pkg; Pkg.add("ToyPublicKeys")
14+
```

0 commit comments

Comments
 (0)