Initializes the ECC library with the provided instance. If eccLib is undefined, the library will be cleared. If eccLib is a new instance, it will be verified before setting it as the active library.
eccLib
undefined
The instance of the ECC library to initialize.
Optional
Extra initialization options. Use {DANGER_DO_NOT_VERIFY_ECCLIB:true} if ecc verification should not be executed. Not recommended!
Initializes the ECC library with the provided instance. If
eccLib
isundefined
, the library will be cleared. IfeccLib
is a new instance, it will be verified before setting it as the active library.