Skip to content
Snippets Groups Projects
Unverified Commit 74f83c94 authored by Wiktor Kwapisiewicz's avatar Wiktor Kwapisiewicz
Browse files

Add `BigNum::copy_from_slice`

Unfortunately `BigNum::from_slice` always creates a new BigNum and
cannot be used to initialize an already existing BigNum thus it is not
possible to have a secure BigNum initialized from a slice.

This patch adds the function for overwriting existing BigNum with given
slice bytes. Thus the BigNum can be created using `BigNum::new_secure`
and then overwritten using `BigNum::copy_from_slice`.
parent 6d556313
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment