expose NonNativeTarget's value field for external usage

This commit is contained in:
2025-06-03 16:49:23 +02:00
parent c37ab0cefa
commit 04ef9ab7dd

View File

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