...息,因为这里并没有进行链上部署,因此获取的是默认的零地址,执行结果如下:
```rust
module hello::type_reflection {
use std::ascii::String;
use std::type_name::{Self, TypeName};
use std::debug;
/// A function that returns the name of the typ...
...ey x G = pubKey
(key1 + key2) x G = pubKey1 + pubkey2
现在我们来证明 childPrivKey 就是 childPubKey 的私钥:
已知:
上图中场景 2 和场景 3,推导出的 il 是同一个值
il + parentPrivKey = childPrivKey
il x G + parentPubKey = childPubKey
我们可以...