mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Hide UnpackedScalars
This commit is contained in:
parent
0cb70ae032
commit
504a557b33
1 changed files with 1 additions and 1 deletions
|
|
@ -427,7 +427,7 @@ impl Scalar {
|
|||
}
|
||||
|
||||
/// Unpack this `Scalar` to an `UnpackedScalar`
|
||||
pub fn unpack(&self) -> UnpackedScalar {
|
||||
pub(crate) fn unpack(&self) -> UnpackedScalar {
|
||||
UnpackedScalar::from_bytes(&self.0)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue