From a4d98bcd901e87a7375e31122d0f123856a7df15 Mon Sep 17 00:00:00 2001 From: dave <13951458+d1onys1us@users.noreply.github.com> Date: Mon, 16 Oct 2023 12:44:38 +0900 Subject: [PATCH] Update other-terms.mdx --- pages/other-terms.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/other-terms.mdx b/pages/other-terms.mdx index 907a0d5..f329c0f 100644 --- a/pages/other-terms.mdx +++ b/pages/other-terms.mdx @@ -136,6 +136,10 @@ A fixed-length fingerprint of variable-size input, produced by a hash function. A type of encryption that allows computations to be performed on encrypted data without decrypting it, making it useful for privacy-preserving computation. +## Interoperability + +Refers to the capability of different blockchain networks to communicate and share data. It enables the transfer of assets and information between blockchains, facilitating functionality and collaboration between blockchain ecosystems. + ## KZG commitments A polynomial commitment scheme that allows a prover to compute a commitment to a polynomial, with the properties that this commitment can later be opened at any position: The prover shows that the value of the polynomial at a certain position is equal to a claimed value.