xDarksome

Results 7 comments of xDarksome

Yes, that's exactly how we're handing it now, it works fine, aside from some additional boilerplate of converting the types back and forth. If there's ever going to be a...

@Rivee seems like `Cargo.toml` is broken in `wtftw-contrib`, here is a [fix](https://github.com/xDarksome/wtftw-contrib/commit/a2e975f96879280b13024e7e5cb36cf3c6b906b7).

@Joe23232 I just recently started to hacking around with the project and it doesn't seem to be well maintained, honestly.

@jakubuid sounds good > On the resolve call - get requestHash from the requestDetails object from the decoded Integrity Token - compare it with attestation_id sent by wallet, they must...

Just started to test out the `ephemeral` feature, and was trying the following: ```hcl locals { ed25519_secret_key_hash = sha1(var.ed25519_secret_key) } resource "aws_ssm_parameter" "ed25519_secret_key" { name = "${var.name}-ed25519-secret-key" type = "SecureString"...