.. index:: 
  !Bioseal.computeSha256 Method
  
.. _id3_bioseal_bioseal_compute_sha256_class_method:

===============================================================================
Bioseal.computeSha256 Method
===============================================================================

Module: :ref:`Bioseal<id3_bioseal_bioseal_class>`

Definition
----------

Computes SHA256.


.. code:: Dart

    static String computeSha256(Uint8List? data)

**Parameters**

.. line-block::

    ``data`` Uint8List
    :guilabel:`in` Input data.


**Returns**

.. line-block::

    ``String``
    The result.

**Exceptions**

.. line-block::

    :ref:`BiosealException<id3_bioseal_bioseal_exception>`
    An error has occurred during Bioseal Library execution.



