<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Huff on Wong&#39;s Blog</title>
    <link>https://blog.wssh.dev/tags/huff/</link>
    <description>Recent content in Huff on Wong&#39;s Blog</description>
    <generator>Hugo -- 0.146.6</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 15 Dec 2023 12:47:30 +0000</lastBuildDate>
    <atom:link href="https://blog.wssh.dev/tags/huff/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>多项式逼近及其应用:Huff实现</title>
      <link>https://blog.wssh.dev/posts/huff-approximation/</link>
      <pubDate>Fri, 15 Dec 2023 12:47:30 +0000</pubDate>
      <guid>https://blog.wssh.dev/posts/huff-approximation/</guid>
      <description>&lt;h2 id=&#34;概述&#34;&gt;概述&lt;/h2&gt;
&lt;p&gt;在 &lt;a href=&#34;https://blog.wssh.dev/posts/approximate/&#34;&gt;上一篇文章&lt;/a&gt; 中，我们介绍了常见的几种有理多项式插值方法，但我们并没有给出具体的 Huff 语言实现及其测试。本文仍考虑在智能合约内实现以下公式:&lt;/p&gt;
&lt;p&gt;$$
f(x) = e^x
$$&lt;/p&gt;
&lt;p&gt;与上一篇文章不同，本文不会进一步讨论具体的插值原理，而是主要介绍插值的实现及其误差测试。&lt;/p&gt;</description>
    </item>
    <item>
      <title>TxRouter使用指南</title>
      <link>https://blog.wssh.dev/posts/txrouter/</link>
      <pubDate>Mon, 10 Apr 2023 23:47:33 +0000</pubDate>
      <guid>https://blog.wssh.dev/posts/txrouter/</guid>
      <description>&lt;h2 id=&#34;概述&#34;&gt;概述&lt;/h2&gt;
&lt;p&gt;在 ETHBeijing 黑客松活动中，我花费三天时间构造了多方资产发送和聚合工具——&lt;a href=&#34;https://github.com/wangshouh/TxRouter&#34;&gt;TxRouter&lt;/a&gt; 工具。本文主要介绍该工具的具体功能、使用方法以及构造思路。&lt;/p&gt;
&lt;h2 id=&#34;项目优势&#34;&gt;项目优势&lt;/h2&gt;
&lt;p&gt;TxRouter 是资产多方发送和聚合工具。更加详细的说，该工具解决了以下问题:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Huff实战:编写测试极致效率数学模块</title>
      <link>https://blog.wssh.dev/posts/huff-math/</link>
      <pubDate>Wed, 15 Mar 2023 11:02:00 +0000</pubDate>
      <guid>https://blog.wssh.dev/posts/huff-math/</guid>
      <description>&lt;h2 id=&#34;概述&#34;&gt;概述&lt;/h2&gt;
&lt;p&gt;&lt;code&gt;Huff&lt;/code&gt; 是 EVM 专用语言，与 Solidity 不同，Huff 是面向底层的语言，可以类比与汇编语言。这意味着开发者可以直接操作栈、内存和存储等内容，但另一方面，这些底层操作往往没有安全保证，这需要开发者更加仔细的审计和测试代码。本文章由于涉及大量 EVM 底层操作，希望读者阅读过以下文章:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
