https://github.com/ponylang/crypto
Library of common cryptographic algorithms and functions for Pony
https://github.com/ponylang/crypto
crypto cryptography pony-core-team-library pony-language ponylang
Last synced: 5 months ago
JSON representation
Library of common cryptographic algorithms and functions for Pony
- Host: GitHub
- URL: https://github.com/ponylang/crypto
- Owner: ponylang
- License: bsd-2-clause
- Created: 2019-07-12T00:22:48.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-06-06T16:35:35.000Z (about 1 year ago)
- Last Synced: 2025-06-20T23:35:10.339Z (12 months ago)
- Topics: crypto, cryptography, pony-core-team-library, pony-language, ponylang
- Language: Pony
- Homepage: https://ponylang.io
- Size: 197 KB
- Stars: 12
- Watchers: 11
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# crypto
Library of common cryptographic algorithms and functions for Pony. Requires LibreSSL or OpenSSL. See installation for more details.
## Status
Deprecated. Use [ponylang/ssl](https://github.com/ponylang/ssl) instead.
To update from `crypto` to `ssl`, should update your dependency in corral.json to the most recent ponylang/ssl version. As of version 1.0.0, the API is compatible with `crypto` but there is a small breaking change. Where you previously had `use "crypto"` you will now need to do `use "ssl/crypto"`.