odin_crypto_create
Overview
Creates a new default ODIN cipher instance initialized with the specified version.
Parameters
| Name | Type | Description |
|---|---|---|
version | const char * | The crypto version string (use ODIN_CRYPTO_VERSION). |
Return Value
| Type | Description |
|---|---|
OdinCipher * | Handle to the created cipher, or NULL on failure. |