Skip to content

Commit 740aaed

Browse files
committed
FEAT: Diffie-Hellman algorithm
Using original Cameron Rich bigint implementation. Rewritten Richard Smolaks module from Atronix fork as a native functions. See DH-test.r3 file for usage example.
1 parent 5ce9c64 commit 740aaed

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

NOTICE

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ All rights reserved.
2424
SHA256:
2525
Copyright 2006-2012 (?) Brad Conte
2626

27-
RC4, AES:
27+
RC4, AES, DH:
2828
Copyright (c) 2007, Cameron Rich
2929
All rights reserved.
3030

src/mezz/boot-files.r

+1
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,5 @@ REBOL [
5353
;-- protocols:
5454
[
5555
%prot-http.r
56+
%prot-tls.r
5657
]

0 commit comments

Comments
 (0)