mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Change the wording on the Scalar::as_bytes() docstring.
This commit is contained in:
parent
74a28559c4
commit
7b22fe6e87
1 changed files with 1 additions and 1 deletions
|
|
@ -547,7 +547,7 @@ impl Scalar {
|
|||
self.bytes
|
||||
}
|
||||
|
||||
/// View this `Scalar` as its underlying sequence of bytes.
|
||||
/// View the little-endian byte encoding of the integer representing this Scalar.
|
||||
///
|
||||
/// # Example
|
||||
///
|
||||
|
|
|
|||
Loading…
Reference in a new issue