Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Sep 18, 2024
1 parent b201383 commit b40727e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
File renamed without changes.
3 changes: 2 additions & 1 deletion src/lib.nr
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ pub use crate::runtime_bignum::BigNumInstance as RuntimeBigNumInstance;
pub use crate::runtime_bignum::BigNumInstanceTrait as RuntimeBigNumInstanceTrait;
pub use crate::runtime_bignum::BigNumParamsTrait as RuntimeBigNumParamsTrait;
pub use crate::runtime_bignum::BigNumTrait as RuntimeBigNumTrait;
struct BigNum<let N: u32, Params> {

pub struct BigNum<let N: u32, Params> {
limbs: [Field; N]
}

Expand Down
File renamed without changes.

0 comments on commit b40727e

Please sign in to comment.