AFK-AlignedFamKernel / afk_monorepo

AFK: Aligned Fam Kernel - Monorepo
https://afk-community.xyz
MIT License
15 stars 38 forks source link

improvement: precomputed hash of the bip340 tag #178

Open egeaybars123 opened 1 month ago

egeaybars123 commented 1 month ago

In BIP-340 file, the tag "BIP0340/challenge" is hashed with SHA256 every time the signature is being verified onchain. Writing the precomputed values of this hash would make the signature verification process more efficient.