changeset 132:e025f865ea6f

Another alibi commit: Test push
author Lewin Bormann <lbo@spheniscida.de>
date Sat, 31 Dec 2016 18:33:59 +0100
parents 6c83a0a8713c
children d0c7a2c7c798
files src/key_types.rs
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/key_types.rs	Sat Dec 31 18:32:39 2016 +0100
+++ b/src/key_types.rs	Sat Dec 31 18:33:59 2016 +0100
@@ -5,6 +5,7 @@
 
 // The following typedefs are used to distinguish between the different key formats used internally
 // by different modules.
+
 // TODO: At some point, convert those into actual types with conversions between them. That's a lot
 // of boilerplate, but increases type safety.