You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
musig: make zero-check in SessionSecretRand::assume_unique constant time
I haven't checked against the assembler code and this check is simple
enough that I suspect that the compiler is going to undermine me, but
the use of ptr::read_volatile *should* prevent that. Anyway make a
best-effort attempt.
0 commit comments