aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/bindings/webcrypto/JSRsaHashedImportParams.h
blob: 116bceb0440c4f3771228d00c93e3ec38c628a45 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/*
    This file is part of the WebKit open source project.
    This file has been generated by generate-bindings.pl. DO NOT MODIFY!

    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public
    License as published by the Free Software Foundation; either
    version 2 of the License, or (at your option) any later version.

    This library is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    Library General Public License for more details.

    You should have received a copy of the GNU Library General Public License
    along with this library; see the file COPYING.LIB.  If not, write to
    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    Boston, MA 02110-1301, USA.
*/

#pragma once

#if ENABLE(WEB_CRYPTO)

#include "CryptoAlgorithmRsaHashedImportParams.h"
#include "JSDOMConvertDictionary.h"

namespace WebCore {

template<> CryptoAlgorithmRsaHashedImportParams convertDictionary<CryptoAlgorithmRsaHashedImportParams>(JSC::JSGlobalObject&, JSC::JSValue);

} // namespace WebCore

#endif // ENABLE(WEB_CRYPTO)
tro' width='13' height='13' alt='Gravatar' /> Jarred Sumner 2-8/+45 2022-05-01[bun.js] Implement `Buffer.concat`Gravatar Jarred Sumner 2-1/+78 2022-04-30Bump WebKitGravatar Jarred Sumner 1-0/+0 2022-04-30cleanupGravatar Jarred Sumner 5-2/+132 2022-04-30[bun.js] Implement `Buffer.from` and `Buffer.copy`Gravatar Jarred Sumner 12-520/+952 2022-04-30[bun ffi] Fix missing `"void"`Gravatar Jarred Sumner 1-0/+1 2022-04-30[bun ffi] Remove dependency on libtcc1.a and improve error messagesGravatar Jarred Sumner 3-36/+139 2022-04-30wipGravatar Jarred Sumner 9-272/+883 2022-04-30Update ffi-test.cGravatar Jarred Sumner 1-24/+35 2022-04-30aGravatar Jarred Sumner 1-0/+27 2022-04-29[bun:ffi] it worksGravatar Jarred Sumner 15-221/+1277 2022-04-29[bun.js] Implement unsafe.{`arrayBufferToPtr`, `arrayBufferFromPtr`, `bufferF...Gravatar Jarred Sumner 6-82/+187 2022-04-29[bun ffi] Support pointersGravatar Jarred Sumner 4-238/+179 2022-04-29[bun ffi] support `i32`, `i8`, `u8`, `u16`, `i16`, `u32`, `bool`Gravatar Jarred Sumner 5-159/+260 2022-04-29more tests for bufferGravatar Jarred Sumner 1-1/+165 2022-04-29add more to buffer implementationGravatar Jarred Sumner 14-157/+783 2022-04-29ffi test codeGravatar Jarred Sumner 2-26/+247 2022-04-29wipGravatar Jarred Sumner 10-16/+312 2022-04-29commit moreGravatar Jarred Sumner 3-0/+81