Browse Source

expose NonNativeTarget's value field for external usage

main
arnaucube 2 months ago
parent
commit
04ef9ab7dd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/gadgets/nonnative.rs

+ 1
- 1
src/gadgets/nonnative.rs

@ -25,7 +25,7 @@ use crate::gadgets::biguint::{
#[derive(Clone, Debug)] #[derive(Clone, Debug)]
pub struct NonNativeTarget<FF: Field> { pub struct NonNativeTarget<FF: Field> {
pub(crate) value: BigUintTarget,
pub value: BigUintTarget,
pub(crate) _phantom: PhantomData<FF>, pub(crate) _phantom: PhantomData<FF>,
} }

Loading…
Cancel
Save