I am trying to integrate with the service and replace it. Service was developed in PHP and is using libsodium ed25519 implementation. It has a 64-bit private key, so I am struggling to understand if this library can be used to sign messages and make it compatible with messages signed by libsodium.
I am trying to integrate with the service and replace it. Service was developed in PHP and is using libsodium ed25519 implementation. It has a 64-bit private key, so I am struggling to understand if this library can be used to sign messages and make it compatible with messages signed by libsodium.