Closed daxpedda closed 2 years ago
This doesn't solve the problem. It just makes the (already negligible) probability of failure smaller.
This doesn't solve the problem. It just makes the (already negligible) probability of failure smaller.
As discussed in #320, this is pointless.
Currently some inputs exist that can't be used in
Blind
because they could yield the identity element throughHashToGroup
. One solution to this problem could be to introduce a counter, like inDeriveKeyPair
.From #320.