subtle icon indicating copy to clipboard operation
subtle copied to clipboard

Implement string comparison

Open alvra opened this issue 1 year ago • 2 comments

This PR implements ConstantTimeEq for str.

alvra avatar Sep 19 '23 11:09 alvra

I've added a note similar to the one for slices.

alvra avatar Feb 13 '24 10:02 alvra

I'm interested in this change. Is there anything blocking it?

The workaround is very simple, just call as_bytes() and then ct_eq().

tbu- avatar May 20 '24 10:05 tbu-