The variable $h$ represents the height, and $x$ is the width.
When $h > 0$, the formula is $f(m) = h$.
第2.3节中基于LWE的加密方案的主要低效之处在于,它需要相当大的密文来加密一个比特——具体地,密文扩展是线性于安全参数。第2.4节中的方案通过...
...片
- mint 一个 nft 发送到地址: `0x7b8e0864967427679b4e129f79dc332a885c6087ec9e187b53451a9006ee15f2`
## `mynft`代码
```rust
/// Module: mynft
module mynft::mynft {
use std::string::utf8;
use sui::package;
use sui::display;
public struct MYNFT has drop {}
...