Module solana_perf::sigverify
source · Expand description
The sigverify
module provides digital signature verification functions.
By default, signatures are verified in parallel using all available CPU
cores. When perf-libs are available signature verification is offloaded
to the GPU.
Structs
Enums
Constants
Functions
- Returns true if the signatrue on the packet verifies. Caller must do packet.set_discard(true) if this returns false.