Пример #1
0
 private static bool Check(ReadOnlyByteSpan vch)
 {
     return(Secp256K1.SecretKeyVerify(vch));
 }