Skip to content

Commit

Permalink
Merge pull request #17 from zama-ai/tore/chore/added-isc
Browse files Browse the repository at this point in the history
chore: added ISC to glossery
  • Loading branch information
immortal-tofu authored Sep 9, 2024
2 parents 30c57e3 + 388633a commit 4015580
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/fundamentals/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@

### TKMS

- _fhEVM ASC_: Smart contract to which transaction from the gateway (connector) are submitted to. This contract contains all customization logic required to work with the specific fhEVM blockchain.
- _fhEVM ISC_: Smart contract which contains all the custom logic needed to validate whether an operation such as decryption, is permitted on a given fhEVM chain. Specifically this involves inclusion proofs of an ACL. Note there is _one_ ISC for _each_ fhEVM.

- _fhEVM ASC_: Smart contract to which transactions from the gateway (connector) are submitted to. This contract contains all logic required to work with _any_ fhEVM blockchain. It handles any fhEVM chain-specific logic (such as ACL validation) by calling the ISC associated with the given fhEVM chain.

0 comments on commit 4015580

Please sign in to comment.