`support/ark_ff_04`: Implement the `BigInteger` trait.
Đang mở
feature
tracker
- Ngôn ngữ chính
- Rust
- Star
- 225
- Fork
- 70
- Merge trung bình
- 16 giờ 54 phút
- Pull request đã merge (30 ngày)
- 8
Mô tả
*On 2023-07-24 @prestwich wrote in [`fdf65e6`](https://github.com/recmo/uint/commit/fdf65e6825d2cef2dc4470e194ada347197bff2a) “Merge pull request #266 from alloy-rs/dani/ark”:*
Implement the `BigInteger` trait.
```rust
biginteger::BigInt,
fields::models::{Fp, FpConfig},
PrimeField,
};
// FEATURE: Implement the `BigInteger` trait.
// BigInt
impl From> for Uint {
fn from(value: BigInt) -> Self {
```
*From [`src/support/ark_ff_04.rs:12`](https://github.com/recmo/uint/blob/fdf65e6825d2cef2dc4470e194ada347197bff2a/src/support/ark_ff_04.rs#L12)*
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.