Actions
Feature #8905
closedFeature #8904: common/crypto: make skein and edonr loader friendly
loader: add skein/edonr support
Start date:
2017-12-08
Due date:
% Done:
100%
Estimated time:
(Total: 0.00 h)
Difficulty:
Medium
Tags:
Gerrit CR:
Description
Add support for skein/edonr in zfs reader.
The change has 3 aspects:
1. The actual code change, which is relatively simple.
2. Few header updates to make it easier to share code with kernel/userland.
3. Update for build rules. The important concern here is code size - we do not want to end up loops unrolled.
Updated by Electric Monk almost 4 years ago
- Status changed from In Progress to Closed
git commit 4a04e8db7f069cc2eb910470e630778f35ef3c44
commit 4a04e8db7f069cc2eb910470e630778f35ef3c44 Author: Toomas Soome <tsoome@me.com> Date: 2018-06-19T18:05:33.000Z 8905 loader: add skein/edonr support Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Ken Mays <kmays2000@gmail.com> Reviewed by: C Fraire <cfraire@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
Actions