tech-install archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: HTTPS trust anchors in sysinst



On Mon, Aug 28, 2023 at 10:26:21AM +0200, Martin Husemann wrote:
> The slowest machine I have in regular use is a Landisk:
> 
> cpu0 at mainbus0: SH4 266.666 MHz PCLOCK 33.333 MHz

Forgot the Falcon numbers (took way longer to build than to run):

time threshold = 2.0000 s
kg = keygen, ek = expand private key, sd = sign (without expanded key)
st = sign (with expanded key), vv = verify
sdc, stc, vvc: like sd, st and vv, but with constant-time hash-to-point
keygen in milliseconds, other values in microseconds

degree  kg(ms)   ek(us)   sd(us)  sdc(us)   st(us)  stc(us)   vv(us)  vvc(us)
 256:   505.00 84000.00 324285.71 324285.71 171666.67 170000.00  1193.39  1807.33
 512:  3140.00 187272.73 686666.67 686666.67 355000.00 355000.00  2512.08  3651.88
1024:  3360.00 418000.00 1470000.00 1475000.00 736666.67 740000.00  5241.55  6906.25


Martin


Home | Main Index | Thread Index | Old Index