I am getting error with ECDSA SHA-512 algorithm when converting from c# to php
Hello everyone! I’m having trouble converting code from C# to PHP. I want the code in php to use the same algorithm as my code in c#. The signature in the C# code I created was verified correctly, but the signature created from the php code (I used the same private key) was verified failed. […]