8 ms·
Does EOF make this easier / more efficient?
by qqqult 1y ago
Does EOF make this easier / more efficient?
- gmitscha 1y agoWhat's EOF? Edit: nvm found it! No it doesn't, as this is not dealing with EVM at all
- ted_dunning 1y agoI hate to sound sarcastic, but you answered your own question about an opaque acronym with another couple of opaque acronyms. And didn't repeat the answer that you found. So what's EOF? What's EVM? I happen to know that nvm probably means never mind, but that is not a given for other readers.
- vons 1y agoSo, EOF is basically an object format for EVM (Ethereum Virtual Machine) bytecode. You can learn more here: https://evmobjectformat.org/ https://evmobjectformat.org/. Clean is basically a DSL for writing zero-knowledge-proof circuits, so it is unrelated to the EVM.
- ted_dunning 1y agoThanks!