I agree with the intent; but I believe that...
> - if (s == NULL || s->length != 32) {
> + if (s == NULL) {... the exact length check should be kept. Miod
I agree with the intent; but I believe that...
> - if (s == NULL || s->length != 32) {
> + if (s == NULL) {... the exact length check should be kept. Miod