stevenwdv
stevenwdv
> The hash length should be either 32bytes (SHA256) or 64bytes (Blake2b). We should return an error if this is not the case. I thought that to accept any hash...
I've started writing some tests and I just noticed that currently the credential is not validated in any way. Maybe it would be nice to do that (via `ctap_authenticate_credential`). For...
I think it altering the credential ID could work if `make_auth_tag` would take a parameter indicating which verification method to use, but using a special RP ID would probably be...
I implemented & merged the prefixed `solo-sign-hash:` variant, but you can still use these credentials with authentication methods as well
> but you can still use these credentials with authentication methods as well I forgot to add that now I implemented a check for this a couple of days ago,...
Hi, I just encountered this issue when trying to crosscompile. Could it be reopened?
Hm, so is that the number of times it calls a certain function? Or is it the number of times it sampled some line in the mod? Because if it's...
Ah okay I guess that is the problem then
Would it be possible to also take the execution time of each mod into account?
FYI, this is preventing `glib` from building on our macOS builder, see https://github.com/conan-io/conan-center-index/issues/23029#issuecomment-2017442481