Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: WASM module package signing [part 2] #260

Merged
merged 35 commits into from
Jun 25, 2024
Merged

Conversation

Mr-Leshiy
Copy link
Contributor

Description

Thanks for contributing to the project!
Please fill out this template to help us review your changes.

Related Issue(s)

#249

Description of Changes

  • Implemented WasmModulePackage::sign implementation
  • Implemented wasm module SignaturePayload encoding/decoding.
  • Added COSE signature related abstraction object Signature.

Mr-Leshiy and others added 24 commits June 13, 2024 15:24
…and `Settings` JSON object. (#250)

* refactor add wasm package config module

* add SettingsSchema struct
* add certificate_and_keys section

* add signature.md docs

* fix spelling

* wip

* wip

* fix

* fix comments
* update sign cli command

* add sign module

* replace crypto oxide crate with RustCrypto crates

* update

* add keys module

* add Certificate struct

* wip

* wip

* add signature payload struct

* wip

* wip

* wip

* remove ununsed ed25519 dep

* fix: bip39 doc

---------

Co-authored-by: Joaquín Rosales <joaquin.rosales@iohk.io>
Co-authored-by: bkioshn <bkioshn@gmail.com>
@Mr-Leshiy Mr-Leshiy added the review me PR is ready for review label Jun 24, 2024
@Mr-Leshiy Mr-Leshiy linked an issue Jun 24, 2024 that may be closed by this pull request
7 tasks
@Mr-Leshiy Mr-Leshiy self-assigned this Jun 24, 2024
Copy link
Collaborator

@stevenj stevenj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Mr-Leshiy Mr-Leshiy merged commit 2666422 into main Jun 25, 2024
34 checks passed
@Mr-Leshiy Mr-Leshiy deleted the feat/wasm-package-sign branch June 25, 2024 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
review me PR is ready for review
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

🛠️ [TASK] : WASM package signing
2 participants