criptolib

CryptoLib()

A class used to represent the CryptoLib native contract.

Check out Neo’s Documentation to learn more about the CryptoLib class.

Deprecated since version 1.3.0: This module is deprecated. Use boa3.sc.contracts instead

class NamedCurveHash(value)

Bases: IntFlag

Represents the named curve used in ECDSA.

Check out Neo’s Documentation to learn more about ECDSA signing.

SECP256K1SHA256

The secp256k1 curve and SHA256 hash algorithm.

SECP256R1SHA256

The secp256r1 curve, which known as prime256v1 or nistP-256, and SHA256 hash algorithm.

SECP256K1KECCAK256

The secp256k1 curve and Keccak256 hash algorithm.

SECP256R1KECCAK256

The secp256r1 curve, which known as prime256v1 or nistP-256, and Keccak256 hash algorithm.

IBls12381()

Deprecated since version 1.3.0: This module is deprecated. Use boa3.sc.types instead