forked from lthn/blockchain
crypto: gcc fixup 2
This commit is contained in:
parent
fc82f572c2
commit
c8386fc2db
1 changed files with 1 additions and 1 deletions
|
|
@ -224,7 +224,7 @@ struct alignas(32) scalar_t
|
|||
}
|
||||
|
||||
// copy at most 32 bytes and reduce
|
||||
scalar_t(const boost::multiprecision::cpp_int &bigint)
|
||||
explicit scalar_t(const boost::multiprecision::cpp_int &bigint)
|
||||
{
|
||||
zero();
|
||||
unsigned int bytes_to_copy = bigint.backend().size() * bigint.backend().limb_bits / 8;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue