secp256k1U128HiU64 static method

BigInt secp256k1U128HiU64(
  1. Secp256k1Uint128 a
)

Implementation

static BigInt secp256k1U128HiU64(Secp256k1Uint128 a) {
  return (a.r >> 64).toUnsigned64;
}