View Source K256.Native (k256 v0.0.8)

Houses the configuration and initialization of Rustler's required OTP Application.

All implemented NIFs can be found here and are delegated to by their logical modules. Rustler expects its NIFs to be instantiated in a single place.

Link to this section Summary

Link to this section Functions

Link to this function

schnorr_create_signature(_, _)

View Source
Link to this function

schnorr_generate_random_signing_key()

View Source
Link to this function

schnorr_verify_message(_, _, _)

View Source
Link to this function

schnorr_verify_message_digest(_, _, _)

View Source
Link to this function

schnorr_verifying_key_from_signing_key(_)

View Source