Exception: Secp256k1::InsecureOperationError

Inherits:
SecurityError
  • Object
show all
Defined in:
lib/secp256k1.rb

Overview

Raised when a constant-time operation is attempted without the native C extension loaded. The pure-Ruby implementation cannot guarantee constant-time execution due to interpreter-introduced timing variability.