List Question
20 TechQA 2020-12-05T14:31:03.977000Why do we need to add a "sleep" method to make a constant time attack succeed?
126 views
Asked by Segfault
What thread safe java Data structure or custom implementation can let me get the position of a String in constant time
89 views
Asked by user1767316
Why does the hash() function in python take constant time to operate on strings of variable length?
523 views
Asked by Anirban Chakraborty
Cannot detect any meaningful timing difference in PHP (constant timing attack)
90 views
Asked by Adrian
Generic constant time compare function c++
430 views
Asked by Andrew LeFevre
Algorithm to find numerical bucket in dynamic list
60 views
Asked by Alexander Mills
What is the time complexity of Java's ArrayList.sublist(startIndex, endIndex) method?
7.2k views
Asked by Grace F.
Create array structure in JavaScript that omits indexing
147 views
Asked by Alexander Mills
Cartesian product in Gray code order : including affected set in this order?
133 views
Asked by Murray Patterson
Constant-time string comparison function
1k views
Asked by Sjoerd
How to implement a generic PriorityQueue with basic methods in java?
5.1k views
Asked by Gustavo
Is masking effective for thwarting side channel attacks?
542 views
Asked by Nayuki
Compare two integers with bitwise operation
82 views
Asked by Serenity
How to access element(having a unique identifier) in a vector using a map in constant time?
64 views
Asked by argcv
A java datastructure which has constant access time and allows duplicates
390 views
Asked by user590849
How to lookup an integer in an N sized list in constant time?
1.3k views
Asked by JoeOfTex
Near constant time rotate that does not violate the standards
9.3k views
Asked by jww
Fast constant time evaluation of "x==7" to 1 (true) or 0 (false) in Java
1.4k views
Asked by Chris
Python Error: ModuleNotFoundError: No module named 'cryptography.hazmat.bindings._constant_time'
4.7k views
Asked by Justin Thompson
Efficient circular buffer with constant-time access
1.2k views
Asked by Yann Bouteiller