IDsaEncoding public interface IDsaEncoding Documentation Code BigInteger[] Decode(BigInteger n, byte[] encoding) byte[] Encode(BigInteger n, BigInteger r, BigInteger s) int Encode(BigInteger n, BigInteger r, BigInteger s, Span<byte> output) int GetMaxEncodingSize(BigInteger n)