进栈检票

Results 16 comments of 进栈检票

是熟悉的名字呢(

已有的webhook就是为了解决这个问题,你可以研究一下如何使用

Why not add a `zip_all()` and/or something like [`FuturesUnordered`](https://docs.rs/futures-util/latest/futures_util/stream/struct.FuturesUnordered.html)?

I just wanted to simply wait for several futures in parallel, without even required for the results to be returned. Then I looked at the implementation of `join_all()` and found...

One thing to note: cSHAKE, and all cSHAKE-based functions, cannot straightly expose the `reset` method, because cSHAKE has a process of initialization based on `name` and `custom_string`, in other words...

I _already mentioned_ in the issue description that newtype can solve the problem itself, and even gave a code example. But I think most use cases don't actually need a...

> Mozilla/5.0 (Windows NT 10.0; Win64; x64) 你这UA……用完整的最新Chrome的UA 建议protover=3,然后使用br

五个月你们才发现…………

Do the `[u64; 5]` buffer used in the keccak function need to be zeroized on drop if using in sensitive cases? The version I forked and heavily modified implements zeroize...