Interface secp256k1_nonce_function.Function
- Enclosing class:
secp256k1_nonce_function
public static interface secp256k1_nonce_function.Function
The function pointer signature, expressed as a functional interface
-
Method Summary
Modifier and TypeMethodDescriptionintapply(MemorySegment nonce32, MemorySegment msg32, MemorySegment key32, MemorySegment algo16, MemorySegment data, int attempt)
-
Method Details
-
apply
int apply(MemorySegment nonce32, MemorySegment msg32, MemorySegment key32, MemorySegment algo16, MemorySegment data, int attempt)
-