<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Crypto :: Unofficial EVE Frontier Development Notes</title>
    <link>https://3bad1648.frontier-scetrov-live.pages.dev/develop/world-contracts/crypto/index.html</link>
    <description>The contracts/world/sources/crypto/ folder contains cryptographic utility modules used across the EVE Frontier world contracts. These modules provide signature verification and address derivation functionality essential for validating off-chain proofs on-chain.&#xA;Folder Overview File Description sig_verify.move Ed25519 signature verification and Sui address derivation for validating off-chain signed messages (e.g., location proofs). sig_verify.move {class=“children children-type-tree children-sort-weight”} Tip Use the menu on the left hand side to find the article you are looking for. You can also use search at the top to search for specific terms.</description>
    <generator>Hugo</generator>
    <language>en-US</language>
    <lastBuildDate>Sat, 21 Feb 2026 12:23:00 +0000</lastBuildDate>
    <atom:link href="https://3bad1648.frontier-scetrov-live.pages.dev/develop/world-contracts/crypto/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>sig_verify.move</title>
      <link>https://3bad1648.frontier-scetrov-live.pages.dev/develop/world-contracts/crypto/sig_verify.move/index.html</link>
      <pubDate>Sat, 21 Feb 2026 12:23:00 +0000</pubDate>
      <guid>https://3bad1648.frontier-scetrov-live.pages.dev/develop/world-contracts/crypto/sig_verify.move/index.html</guid>
      <description>The sig_verify.move module provides cryptographic signature verification functionality for validating off-chain signed messages on the Sui blockchain. It supports Ed25519 digital signature verification, enabling secure authentication of messages signed by external key pairs.&#xA;1. Core Component Architecture The module is a stateless utility — it defines no structs or stored objects. Instead, it exposes pure functions for address derivation and signature verification.</description>
    </item>
  </channel>
</rss>