Does it make sense to disallow SHA-224 and SHA-256 to defend against quantum computers?

From Australia’s Guidelines for Cryptography:

For most purposes, a hashing algorithm with an output size of 224 bits provides 112 bits of effective security strength, with larger output sizes providing more bits of effective security stre… Continue reading Does it make sense to disallow SHA-224 and SHA-256 to defend against quantum computers?

How can I "update" a pgp public key on a keyserver with a new signature for one of the user id

I have created a pgp keypair and uploaded the public key to keys.openpgp.org.
It included my email address.
A government service has now verified my citizen ID and signed my pgp public key user id (proof that the name on my ID matches with… Continue reading How can I "update" a pgp public key on a keyserver with a new signature for one of the user id

The issue of public/private signals when generating zero-knowledge proofs with Circom [migrated]

Circom is a circuit language capable of generating zero-knowledge proofs, which involves some input signals and output signals. If all the input and output signals during the generation of the zero-knowledge proof are public, meaning that … Continue reading The issue of public/private signals when generating zero-knowledge proofs with Circom [migrated]