Documentation ¶
Overview ¶
Package ecutil defines tools that help with elliptic curve related computation
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AllocECPointBuffer ¶
AllocECPointBuffer allocates a buffer for the given point in the given curve. This buffer should be released using the ReleaseECPointBuffer function.
func ReleaseECPointBuffer ¶
func ReleaseECPointBuffer(buf []byte)
ReleaseECPointBuffer releases the []byte buffer allocated.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.