mirror of
https://github.com/arnaucube/plonky2-ecdsa.git
synced 2026-01-11 08:31:32 +01:00
expose NonNativeTarget's value field for external usage
This commit is contained in:
@@ -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>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user