我有以下Rust代码,其最终目标是在给定公共(public) key 的情况下生成确定性的用户 ... pub struct MyRng([u8; 32]); impl SeedableRng for MyRng { type Seed = [u8; ...
確定! 回上一頁