Skip to content

Commit d6e0744

Browse files
author
Janis Erdmanis
committed
prep for release
1 parent 44ebff8 commit d6e0744

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![codecov](https://codecov.io/gh/PeaceFounder/CryptoGroups.jl/graph/badge.svg?token=G9HT9VSV4T)](https://codecov.io/gh/PeaceFounder/CryptoGroups.jl)
44
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://PeaceFounder.github.io/CryptoGroups.jl/dev)
55

6-
CryptoGroups is a Julia package that provides a versatile and type-safe implementation of cryptographic groups. It offers a unified interface for working with various types of groups, including modular prime groups and elliptic curves over prime and binary fields. Blending educational value with production-ready capabilities, CryptoGroups serves both beginners and seasoned practitioners, as evidenced by its successful integration in projects like [CryptoSignatures](https://github.com/PeaceFounder/CryptoSignatures.jl) and [ShuffleProofs](https://github.com/PeaceFounder/ShuffleProofs.jl).
6+
CryptoGroups is a Julia package that provides a versatile and type-safe implementation of cryptographic groups. It offers a unified interface for working with various types of groups, including modular prime groups and elliptic curves over prime and binary fields. Suitable for both academic and aspiring production environments, CryptoGroups has been rigorously tested and refined through its implementation in real-world projects such as [CryptoSignatures](https://github.com/PeaceFounder/CryptoSignatures.jl) and [ShuffleProofs](https://github.com/PeaceFounder/ShuffleProofs.jl), ensuring a robust and versatile cryptographic toolkit.
77

88
## Key Features
99

@@ -111,7 +111,7 @@ Despite these limitations, CryptoGroups provides a solid foundation for cryptogr
111111

112112
# References
113113

114-
- [elliptic-curve](https://github.com/sdiehl/elliptic-curve#readme) library in Haskell which share similar goals
114+
- [elliptic-curve](https://github.com/sdiehl/elliptic-curve#readme) library in Haskell that shares similar goals regarding type safety
115115
- [RFC2409](https://tools.ietf.org/html/rfc2409#section-6.2) and [RFC5114](https://tools.ietf.org/html/rfc5114#section-2.1) for modular prime group constants
116116
- [SafeCurves](https://safecurves.cr.yp.to/complete.html) on addition checks for Weierstrass curves
117117
- [FIPS 186-4](https://csrc.nist.gov/pubs/fips/186-4/final) and [FIPS 186-5](https://csrc.nist.gov/pubs/fips/186-5/final)

0 commit comments

Comments
 (0)