pub fn read_timestamp() -> u64Expand description
Read the hardware timestamp/cycle counter.
Returns a raw counter value suitable for entropy collection via jitter timing.
- x86_64:
RDTSC(Time Stamp Counter). - AArch64:
CNTVCT_EL0(Virtual Timer Count). - RISC-V:
rdcycleCSR.