mirror of
https://github.com/monero-project/monero.git
synced 2025-08-02 10:56:09 -04:00
ringct: switch to Borromean signatures
This commit is contained in:
parent
45bb393577
commit
76958fc75a
8 changed files with 111 additions and 154 deletions
|
@ -207,11 +207,11 @@ namespace boost
|
|||
}
|
||||
|
||||
template <class Archive>
|
||||
inline void serialize(Archive &a, rct::asnlSig &x, const boost::serialization::version_type ver)
|
||||
inline void serialize(Archive &a, rct::boroSig &x, const boost::serialization::version_type ver)
|
||||
{
|
||||
a & x.L1;
|
||||
a & x.s2;
|
||||
a & x.s;
|
||||
a & x.s0;
|
||||
a & x.s1;
|
||||
a & x.ee;
|
||||
}
|
||||
|
||||
template <class Archive>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue