ComputerCraft Archive

Elliptic Curve Cryptography (1)

computer utility unknown forum-inline

Description

Hey it's me again. I'm back with another approach to public key cryptography, elliptic curve cryptography. ECC has smaller keys and is faster than RSA and regular Diffie-Hellman. This API implements t...

Installation

Copy one of these commands into your ComputerCraft terminal:

wget:wget https://cc.shobie.xyz/cc/get/forum-inline-ddegpsb7-mkzdqhar elliptic_curve_cryptography_(1)
Archive:wget https://cc.shobie.xyz/cc/get/forum-inline-ddegpsb7-mkzdqhar elliptic_curve_cryptography_(1)
Quick Install: wget https://cc.shobie.xyz/cc/get/forum-inline-ddegpsb7-mkzdqhar Elliptic Curve Cryptography (1)

Usage

Run the program after downloading

Tags

foruminline

Source

View Original Source

Code Preview

t1 = {72, 101, 108, 108, 111, 32, 87, 111, 114, 108, 100, 33}
s1 = string.char(unpack(t1))
print(s1) -- Hello World!