aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/bindings/webcrypto/JSRsaPssParams.h
blob: 85013f028a9ab39643b04ee08a5122e5332ea287 (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 "CryptoAlgorithmRsaPssParams.h"
#include "JSDOMConvertDictionary.h"

namespace WebCore {

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

} // namespace WebCore

#endif // ENABLE(WEB_CRYPTO)
eight='13' alt='Gravatar' /> Jarred Sumner 1-0/+8 2022-12-04[bun:test] Fix crash when `test("foo")` is called without passing a functionGravatar Jarred Sumner 1-6/+13 2022-12-04Clean up more casesGravatar Jarred Sumner 1-6/+6 2022-12-04Fix race condition in child_processGravatar Jarred Sumner 1-9/+17 2022-12-04Update ZigGeneratedClasses.cppGravatar Jarred Sumner 1-0/+16 2022-12-04Handle exception when creating stdout/stderrGravatar Jarred Sumner 1-3/+10 2022-12-04Update ffi.zigGravatar Jarred Sumner 1-6/+6 2022-12-04Update child_processGravatar Jarred Sumner 5-22/+23 2022-12-04[breaking] `onExit` callback in Bun.spawn sets the first property to be the S...Gravatar Jarred Sumner 2-5/+40 2022-12-04[Bun.spawn] Introduce `Subprocess.prototype.signalCode`Gravatar Jarred Sumner 2-39/+118 2022-12-04Fix console.log sometimes incorrectly reporting undefinedGravatar Jarred Sumner 1-4/+4 2022-12-04[test] Ensure console.log(globalThis) doesn't crashGravatar Jarred Sumner 1-0/+1 2022-12-04Rename fileGravatar Jarred Sumner 1-0/+0 2022-12-04[internal] Make string comparisons fasterGravatar Jarred Sumner 25-256/+150 2022-12-04Fix running zig testsGravatar Jarred Sumner 1-1/+1 2022-12-04Mildly faster startup timeGravatar Jarred Sumner 11-52/+63 2022-12-04:scissors:Gravatar Jarred Sumner 3-3/+3 2022-12-04Add some basic tests for process.stdoutGravatar Jarred Sumner 9-58/+124 2022-12-04Re-add missing globalGravatar Jarred Sumner 1-0/+1 2022-12-04Silence incorrect test failureGravatar Jarred Sumner 1-0/+1 2022-12-04content-range is inclusiveGravatar Jarred Sumner 1-1/+1 2022-12-04Update README.mdGravatar Jarred Sumner 1-6/+33 2022-12-04[Bun.serve] Implement `Content-Range` support with `Bun.file()`Gravatar Jarred Sumner 5-16/+286 2022-12-04[may revert later] Coerce Infinity to max int 64, -Infinity & NaN to min int64Gravatar Jarred Sumner 1-2/+22 2022-12-03Update .gitignoreGravatar Jarred Sumner 1-0/+1 2022-12-03[test] Add a couple tests for subarray toEqualGravatar Jarred Sumner 1-0/+3 2022-12-03[fetch] Fix bug where .arrayBuffer() on an empty Response body returned a `Ui...Gravatar Jarred Sumner 1-1/+1 2022-12-03Don't invalidate previous file descriptro to avoid tripping assertionGravatar Jarred Sumner 1-5/+0 2022-12-03miscGravatar Jarred Sumner 3-1/+31 2022-12-03Add missing typeGravatar Jarred Sumner 1-0/+5 2022-12-03`process.stdout` and `process.stderr`Gravatar Jarred Sumner 15-564/+1537 2022-12-03simdutf ascii validation is about 20% faster on arm64 than our zig simd @Vect...Gravatar Jarred Sumner 1-0/+3 2022-12-03typo in readme (#1576)Gravatar Reed Jones 1-2/+2