factor/extra/crypto/timing/timing-tests.factor

5 lines
148 B
Factor
Raw Normal View History

2007-10-06 13:37:11 -04:00
USING: crypto.timing kernel tools.test system math ;
2008-03-01 17:00:45 -05:00
IN: crypto.timing.tests
2007-09-20 18:09:08 -04:00
[ t ] [ millis [ ] 1000 with-timing millis swap - 1000 >= ] unit-test