Exception: Secp256k1::InsecureOperationError
- Inherits:
-
SecurityError
- Object
- SecurityError
- Secp256k1::InsecureOperationError
- 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.