{
    "componentChunkName": "component---src-templates-note-note-js",
    "path": "/notes/Zero-knowledge-proofs",
    "result": {"data":{"mdx":{"body":"var _excluded = [\"components\"];\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n/* @jsxRuntime classic */\n/* @jsx mdx */\n\nvar _frontmatter = {};\nvar layoutProps = {\n  _frontmatter: _frontmatter\n};\nvar MDXLayout = \"wrapper\";\nreturn function MDXContent(_ref) {\n  var components = _ref.components,\n    props = _objectWithoutProperties(_ref, _excluded);\n  return mdx(MDXLayout, _extends({}, layoutProps, props, {\n    components: components,\n    mdxType: \"MDXLayout\"\n  }), mdx(\"h2\", null, \"summary from solana article\"), mdx(\"ol\", null, mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"link - \"), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"Essentially, zero-knowledge proofs make it possible to verify the validity of a dataset while preserving the privacy of the data itself. \"), mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"a\", {\n    parentName: \"li\",\n    \"href\": \"https://blog.chain.link/what-is-a-zero-knowledge-proof-zkp/\"\n  }, \"https://blog.chain.link/what-is-a-zero-knowledge-proof-zkp/\")), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"ZKPs enable someone to prove they know or have a piece of data without revealing the underlying information\"), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"future of L2 - \", mdx(\"a\", {\n    parentName: \"li\",\n    \"href\": \"https://m.youtube.com/watch?v=t-SQQmLhepY\"\n  }, \"https://m.youtube.com/watch?v=t-SQQmLhepY\")), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"A SNARK is a type of cryptographic proof that is small in size and easy to verify. SNARKs generate a cryptographic proof using elliptical curves, which assume that it\\u2019s infeasible to find the discrete logarithm of a random elliptic curve element from a publicly known base point\"), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"Notably, STARKs were invented by Eli Ben-Sasson, the co-founder of StarkWare, the team building StarkEx and StarkNet. \"), mdx(\"li\", {\n    parentName: \"ol\"\n  })));\n}\n;\nMDXContent.isMDXComponent = true;","inboundReferences":[]}},"pageContext":{"slug":"Zero-knowledge-proofs","node":{"childMdx":{"slug":"Zero-knowledge-proofs"}}}},
    "staticQueryHashes": []}