syndicate-js/packages/core/stubs/crypto.js

6 lines
214 B
JavaScript
Raw Normal View History

2021-12-01 16:24:29 +00:00
/// SPDX-License-Identifier: GPL-3.0-or-later
2023-01-17 10:43:15 +00:00
/// SPDX-FileCopyrightText: Copyright © 2016-2023 Tony Garnock-Jones <tonyg@leastfixedpoint.com>
2021-12-01 16:24:29 +00:00
export const randomBytes = void 0;
2021-12-02 15:04:07 +00:00
export const createHmac = void 0;