ed25519, rsa ref done

This commit is contained in:
2022-03-07 02:34:27 -05:00
parent adb807dcb8
commit 2b6be62d56
18 changed files with 3013 additions and 33 deletions

View File

@@ -1,6 +1,5 @@
==== Public
===== Structure
Public keys are stored in the following structure:
@@ -8,11 +7,11 @@ Public keys are stored in the following structure:
[source,text,linenums]
----
0 uint32 allocator for 0.0 (4 bytes)
0.0 Public key type string (ASCII bytes; length defined above)
0.0 Public key type string (ASCII bytes)
1 uint32 allocator for 1.0 (4 bytes)
1.0 Public exponent ('e')
1.0 Public exponent ('e') (hex numeric)
2 uint32 allocator for 2.0 (4 bytes)
2.0 modulus ('n')
2.0 modulus ('n') (bytes)
----
===== Example
@@ -48,4 +47,4 @@ ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC3zsBGAc4qEvDJJMuaMOuZAGaBLLFDaRk/MLK5/dSv
5aa4d0586331733257855a5cecbe3ac4403d04ff0cc0c58b7c04904b402125c2
bc2a63a20ebb309cc6f3e65db301a058b8dace07e71b38f3f3595433f69b198f
07
----
----