-
**Describe the bug**
Gradients for modular arithmetic trigger an illegal address error. No issues with any other type of broadcasting at present.
**To Reproduce**
```julia
Flux.gradient(x -> mod…
-
# Lines of code
https://github.com/code-423n4/2024-06-vultisig/blob/main/hardhat-vultisig/contracts/oracles/uniswap/uniswapv0.8/FullMath.sol#L83
# Vulnerability details
## Impact
The function [Ful…
-
@Sshwy置顶:翻译的时侯别忘在译文结尾加入下面内容
```
**本页面主要译自博文[俄文标题](链接)与其英文翻译版[英文标题](链接)。其中俄文版版权协议为 Public Domain + Leave a Link;英文版版权协议为 CC-BY-SA 4.0。**
```
其中俄文官网为 http://e-maxx.ru/ ,英文官网为 https://cp-algorit…
-
**UPDATE**: Renamed from "SRP Authentication" to "PAKE Authentication" to include the possibility of other [Password Authenticated Key Exchange](https://en.wikipedia.org/wiki/Password-authenticated_ke…
ecorm updated
3 years ago
-
Feature gate: `#![feature(bigint_helper_methods)]`
This is a tracking issue for the following methods on integers:
* `carrying_add`
* `borrowing_sub`
* `carrying_mul`
* `widening_mul`
These metho…
-
Unfortunately we didn't take meeting notes from the beginning, but hopefully this helps the project owners on the MKR side report progress.
-
The following code:
```rust
#![feature(slice_ptr_len)]
pub struct Test {
data: [u8],
}
pub fn test_len(t: *const Test) -> usize {
unsafe { (*t).data.len() }
}
```
generates MIR l…
-
Trying to use this framework to generate a set of guess and try to reverse a scalar mult algorithm I am studying.
The call of a formula (__call__) is very time consuming.
Is there a way to optimiz…
-
bc.. Compare
[5.2582327113062393041, 5.2582327113062749951]
to
5.2582327113062[393041,749951]
It would be especially useful for matrices.
p. Original issue for "#117":https://github.com/fredrik-j…
-
# 深入了解Ed25519
都知道Ed25519是一种比较新的椭圆曲线签名方案,相比ECDSA,也就是基于传统 Weierstrass形式的椭圆曲线(secp256r1 secp256k1)的签名方案,它综合对比下来是要好上不少的。它是EdDSA方案的一种实现之一。
现在ECDSA的工程实现,从效率上来看,已经被实现优化得非常快了,比如在OpenSSL等密码签名库中。
但是安全性…