[][src]Module solana_libra_crypto::utils

This module contains various utility functions for testing and debugging purposes

Functions

encode_to_string

Generically serializes a string from a struct T, used for producing test cases

from_encoded_string

Generically deserializes a string into a struct T, used for producing test cases

keypair_strategy

Used to produce keypairs from a seed for testing purposes