/* * Created by victoria on 2021-05-13. */ #pragma once #include namespace Signal::Crypto { signal_crypto_provider createProvider(); }