README (897B)
1 This is built from hpke-js from https://github.com/dajiaji/hpke-js, version 1.2.9 2 3 The build was done using the "Cloudflare Workers" instructions for the whole library, 4 except the last step was changed from: 5 deno task minify > $YOUR_SRC_PATH/hpke.js 6 to 7 esbuild npm/esm/mod.js --bundle --format=esm > $YOUR_SRC_PATH/hpke.js 8 9 ...which disabled minification, for easier debugging. 10 11 The produced file incorporates the following other components: 12 13 dnt (https://github.com/denoland/dnt): 14 Copyright 2018-2024 the Deno authors, under the MIT license 15 16 Paul Miller's noble cryptography: 17 https://github.com/paulmillr/noble-ciphers, 18 https://github.com/paulmillr/noble-curves, 19 https://github.com/paulmillr/noble-hashes 20 21 Copyright (c) 2022 Paul Miller (paulmillr.com) 22 Copyright (c) 2023 Paul Miller (paulmillr.com) 23 Copyright (c) 2016 Thomas Pornin <pornin@bolet.org> 24 25 Under the MIT license.