Added eel and eapml in EWF libraries.
Removed them from gitmodule
This commit is contained in:
17
library/crypto/eapml/limb_natural_32/limb_definition.e
Normal file
17
library/crypto/eapml/limb_natural_32/limb_definition.e
Normal file
@@ -0,0 +1,17 @@
|
||||
note
|
||||
description: "Summary description for {LIMB_DEFINITION}."
|
||||
author: ""
|
||||
date: "$Date$"
|
||||
revision: "$Revision$"
|
||||
|
||||
deferred class
|
||||
LIMB_DEFINITION
|
||||
|
||||
feature
|
||||
|
||||
limb_high_bit: INTEGER = 31
|
||||
-- Index of the high bit of a limb
|
||||
|
||||
limb_bits: INTEGER = 32
|
||||
-- Number of bits in a limb
|
||||
end
|
||||
Reference in New Issue
Block a user