Class Secp256k1Scalar


  • public class Secp256k1Scalar
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Secp256k1Scalar()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static byte[] hexStringToByteArray​(java.lang.String hexInput)  
      static byte[] reverseB32​(byte[] inputBytes)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Secp256k1Scalar

        public Secp256k1Scalar()
    • Method Detail

      • reverseB32

        public static byte[] reverseB32​(byte[] inputBytes)
      • hexStringToByteArray

        public static byte[] hexStringToByteArray​(java.lang.String hexInput)