*Empty MediaWiki Message*
[stratum0-wiki.git] / Spacegate.mw
index d73b737..d59161c 100644 (file)
@@ -70,7 +70,8 @@ So mal als Pseudocode die Idee:
 Host:
 <syntaxhighlight lang="C">
 int challenge = random();
-int keyID = sendToKey(getKeyID, null);
+sendToKey(getKeyID, null);
+int keyID = getFromKey();
 sendToKey(authChallenge, challenge);
 if (sha2(keychain[keyID] + challange) == getFromKey()) {
   openGate();
This page took 0.018878 seconds and 4 git commands to generate.