Added eel and eapml in EWF libraries.
Removed them from gitmodule
This commit is contained in:
15
library/crypto/eel/der/der_octet_sink.e
Normal file
15
library/crypto/eel/der/der_octet_sink.e
Normal file
@@ -0,0 +1,15 @@
|
||||
note
|
||||
description: "A sink for DER octets"
|
||||
author: "Colin LeMahieu"
|
||||
date: "$Date$"
|
||||
revision: "$Revision$"
|
||||
quote: "The illegal we do immediately. The unconstitutional takes a bit longer. - Henry Kissinger"
|
||||
|
||||
deferred class
|
||||
DER_OCTET_SINK
|
||||
|
||||
feature
|
||||
sink (item: NATURAL_8)
|
||||
deferred
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user