-
The Rust port currently uses the [RustCrypto crates](https://github.com/RustCrypto) for underlying crypto functionality. It may be useful to support alternative underlying crypto libraries, such as:
…
-
Having misuse-resistant types is (mostly) an all or nothing approach. Thus, the first thing would be to agree on this approach. The second thing would be to document it. More specifically, we would st…
-
-
This is really just for fun and I don't imagine anyone ever needing this, but behind an `ultra` feature crate, the `Duration` struct could change the `centuries` from `i16` to `i64` and add a `subnano…
-
Hello,
It would be very interesting to implement a feature to verify digital signature that does not rely on open ssl and use rust crypto crates in a same way vthib did in the boreal project: http…
-
The fact that the source code for COVIDSafe was released on GitHub was a big step, and then later that the repositories could be used for raising issues and pull requests.
What suggestions do you h…
jimmo updated
3 years ago
-
There is a magic string specific to my personal JSBSim install directory during development:
https://github.com/Gor-Ren/gym-jsbsim/blob/02b1882c0c1950d288b6a38d0b4f6e679c754132/gym_jsbsim/simulatio…
-
Hi,
there is a [comment](https://github.com/ethereum/eth2.0-specs/blob/7d715220bb7128ea98597deedab3ae82ca5cc854/solidity_deposit_contract/deposit_contract.sol#L158) in the Solidity code of the smar…
-
Collecting, Summarizing and Commenting interesting news about Blockchain Ecosystem
-
Hello, I am Jonghyun Kim from Korea University. I am one of the authors of NTRU+, an algorithm submitted to the KPQC Competition held in South Korea.
I have been considering how to improve the NTRU…