mirror of
https://github.com/arnaucube/plonky2-ecdsa.git
synced 2026-01-12 09:01:30 +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)]
|
#[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>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user