package core:crypto/x25519
⌘K
Ctrl+K
or
/
Overview
package x25519 implements the X25519 (aka curve25519) Elliptic-Curve Diffie-Hellman key exchange protocol.
Index
Types (0)
This section is empty.
Constants (2)
Variables (0)
This section is empty.
Procedures (2)
Procedure Groups (0)
This section is empty.
Types
This section is empty.
Constants
POINT_SIZE ¶
POINT_SIZE :: 32
POINT_SIZE is the size of a X25519 point (public key/shared secret) in bytes.
Variables
This section is empty.
Procedures
scalarmult ¶
scalarmult :: proc(dst, scalar, point: []u8) {…}
scalarmult "multiplies" the provided scalar and point, and writes the resulting point to dst.
scalarmult_basepoint ¶
scalarmult_basepoint :: proc(dst, scalar: []u8) {…}
scalarmult_basepoint "multiplies" the provided scalar with the X25519 base point and writes the resulting point to dst.
Procedure Groups
This section is empty.
Source Files
Generation Information
Generated with odin version dev-2024-11 (vendor "odin") Windows_amd64 @ 2024-11-16 21:10:09.825459600 +0000 UTC