Skip to content

Commit bc0d4ac

Browse files
cryptixduncan255
authored andcommitted
update Go links to cryptoscope org
1 parent 3ceabe4 commit bc0d4ac

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

index.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ <h5>Implementations</h5>
182182
<div class="lang">Py</div>
183183
<div class="vs"><a href="https://github.com/pferreir/PySecretHandshake/blob/master/secret_handshake/crypto.py">crypto.py</a></div>
184184
<div class="lang">Go</div>
185-
<div class="vs"><a href="https://github.com/cryptix/secretstream/blob/master/secrethandshake/state.go">state.go</a></div>
186-
<div class="vs"><a href="https://github.com/cryptix/secretstream/blob/master/secrethandshake/conn.go">conn.go</a></div>
185+
<div class="vs"><a href="https://github.com/cryptoscope/secretstream/blob/ad7542b0cbda422a1ea3de7efa62a514672a2c88/secrethandshake/state.go">state.go</a></div>
186+
<div class="vs"><a href="https://github.com/cryptoscope/secretstream/blob/ad7542b0cbda422a1ea3de7efa62a514672a2c88/secrethandshake/conn.go">conn.go</a></div>
187187
<div class="lang">C</div>
188188
<div class="vs"><a href="https://github.com/AljoschaMeyer/shs1-c/blob/master/src/shs1.c">shs1.c</a></div>
189189
<div class="vs"><a href="https://git.scuttlebot.io/%25133ulDgs%2FoC1DXjoK04vDFy6DgVBB%2FZok15YJmuhD5Q%3D.sha256/blob/fd953a1e72b4b16e6e5a74bcf2f893dbf1407ce4/sbotc.c">sbotc.c</a></div>
@@ -475,8 +475,8 @@ <h5>Implementations</h5>
475475
<div class="lang">Py</div>
476476
<div class="vs"><a href="https://github.com/pferreir/PySecretHandshake/blob/master/secret_handshake/boxstream.py">boxstream.py</a></div>
477477
<div class="lang">Go</div>
478-
<div class="vs"><a href="https://github.com/cryptix/secretstream/blob/master/boxstream/box.go">box.go</a></div>
479-
<div class="vs"><a href="https://github.com/cryptix/secretstream/blob/master/boxstream/unbox.go">unbox.go</a></div>
478+
<div class="vs"><a href="https://github.com/cryptoscope/secretstream/blob/ad7542b0cbda422a1ea3de7efa62a514672a2c88/boxstream/box.go">box.go</a></div>
479+
<div class="vs"><a href="https://github.com/cryptoscope/secretstream/blob/ad7542b0cbda422a1ea3de7efa62a514672a2c88/boxstream/unbox.go">unbox.go</a></div>
480480
<div class="lang">C</div>
481481
<div class="vs"><a href="https://github.com/AljoschaMeyer/box-stream-c/blob/master/src/box-stream.c">box-stream.c</a></div>
482482
<div class="vs"><a href="https://git.scuttlebot.io/%25133ulDgs%2FoC1DXjoK04vDFy6DgVBB%2FZok15YJmuhD5Q%3D.sha256/blob/fd953a1e72b4b16e6e5a74bcf2f893dbf1407ce4/sbotc.c">sbotc.c</a></div>
@@ -508,7 +508,8 @@ <h5>Implementations</h5>
508508
<div class="vs"><a href="https://github.com/pferreir/pyssb/blob/master/ssb/packet_stream.py">packet_stream.py</a></div>
509509
<div class="vs"><a href="https://github.com/pferreir/pyssb/blob/master/ssb/muxrpc.py">muxrpc.py</a></div>
510510
<div class="lang">Go</div>
511-
<div class="vs"><a href="https://github.com/cryptix/go-muxrpc/blob/master/client.go">client.go</a></div>
511+
<div class="vs"><a href="https://github.com/cryptoscope/go-muxrpc/blob/601b7be81ee6b2bd6f32b1247e4688537f696794/codec">codec</a></div>
512+
<div class="vs"><a href="https://github.com/cryptoscope/go-muxrpc/blob/601b7be81ee6b2bd6f32b1247e4688537f696794/rpc.go">rpc.go</a></div>
512513
<div class="lang">C</div>
513514
<div class="vs"><a href="https://git.scuttlebot.io/%25133ulDgs%2FoC1DXjoK04vDFy6DgVBB%2FZok15YJmuhD5Q%3D.sha256/blob/fd953a1e72b4b16e6e5a74bcf2f893dbf1407ce4/sbotc.c">sbotc.c</a></div>
514515
</aside>

0 commit comments

Comments
 (0)