/* Alternativvorschlag: */
authorDooMMasteR <DooMMasteR@stratum0.org/mediawiki/>
Wed, 11 Apr 2012 00:22:38 +0000 (00:22 +0000)
committerDooMMasteR <DooMMasteR@stratum0.org/mediawiki/>
Wed, 11 Apr 2012 00:22:38 +0000 (00:22 +0000)
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.022924 seconds and 4 git commands to generate.