Skip to content

Signatures #4

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

Open
kbjr opened this issue Apr 3, 2022 · 0 comments
Open

Signatures #4

kbjr opened this issue Apr 3, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@kbjr
Copy link
Owner

kbjr commented Apr 3, 2022

struct FileContents {
  data: SomeVariousContents;

  # Buffer (`u8[u32]`) containing a signature for the data in `@.data`
  # signed using an ECDSA algorithm
  signed: signature<u8[u32]>(@.data, 'ECDSA');
}
@kbjr kbjr added the enhancement New feature or request label Apr 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant