https://github.com/hermanbanken/kit25519
CryptoKit Ed25519, X25519 library and utilities and inter-op with Go
https://github.com/hermanbanken/kit25519
Last synced: 8 months ago
JSON representation
CryptoKit Ed25519, X25519 library and utilities and inter-op with Go
- Host: GitHub
- URL: https://github.com/hermanbanken/kit25519
- Owner: hermanbanken
- License: mit
- Created: 2022-10-06T14:47:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-10T18:02:03.000Z (about 3 years ago)
- Last Synced: 2024-12-27T18:42:12.002Z (10 months ago)
- Language: Swift
- Size: 19.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kit25519
CryptoKit Ed25519, X25519 library and utilities and inter-op with GoThe [pkg/kit25519/x25519.go](./pkg/kit25519/x25519.go) file adds support for x25519 next to the existing ed25519 support already in the Golang standard library.