This repository provides an example of using Ed25519 for signature verification between Golang and Python. The signature is created using Golang code (originally developed by asecurity.net) and verification is perform by the Python PyNaCl library.
The Python verification can be run via https://replit.com/@owenlo/Ed25519-python-golang