eddsa

package
v0.0.0-...-f5bbbf4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 2, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateBabyjubjub

func CreateBabyjubjub(importedPrivKey []byte) (privKey, pubKey []byte, err error)

func CreateED25519

func CreateED25519(importedPrivKey []byte) (privKey, pubKey []byte, err error)

func SignBabyjubjub

func SignBabyjubjub(privKeyB, data []byte) ([]byte, error)

func SignED25519

func SignED25519(privKeyB, data []byte) ([]byte, error)

func VerifyBabyJubJubSignature

func VerifyBabyJubJubSignature(publicKey, message, signature []byte) (bool, error)

func VerifyED25519Signature

func VerifyED25519Signature(publicKey, message, signature []byte) (bool, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL