Actions
Feature #8904
closedcommon/crypto: make skein and edonr loader friendly
Start date:
2017-12-08
Due date:
% Done:
100%
Estimated time:
(Total: 0.00 h)
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
Prepare common/crypto sources for building in loader tree so we can add skein and edonr support.
Updated by Joshua M. Clulow over 4 years ago
Note that the issue here is that our kernel approach to byte order macros is different to "endian.h" in FreeBSD. This change exposes a compatible macro when built within the _STANDALONE
environment.
Updated by Electric Monk about 4 years ago
- Status changed from In Progress to Closed
git commit 9d1ccc13a7df03b1b5b6754fc08c980a323c5a37
commit 9d1ccc13a7df03b1b5b6754fc08c980a323c5a37 Author: Toomas Soome <tsoome@me.com> Date: 2018-06-19T18:05:33.000Z 8904 common/crypto: make skein and edonr loader friendly Reviewed by: Yuri Pankov <yuripv@yuripv.net> Reviewed by: C Fraire <cfraire@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
Actions