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

SB Checksum Review Actions #1

Open
3 of 4 tasks
susheel opened this issue Dec 9, 2019 · 2 comments
Open
3 of 4 tasks

SB Checksum Review Actions #1

susheel opened this issue Dec 9, 2019 · 2 comments
Assignees

Comments

@susheel
Copy link
Contributor

susheel commented Dec 9, 2019

  • Search for ontologies that represent hash algorithms. If not found, use CSV list
  • Rename type to hash_algorithm with enum type.
  • List/point to hash algorithm ontology or CSV file
  • Upgrade to 0.0.2
@susheel susheel self-assigned this Dec 9, 2019
@mbaudis
Copy link
Contributor

mbaudis commented Dec 11, 2019

@susheel Thinking about this a bit, I guess the specifications could be in a YAML/JSON document, where each checksum type is an object; and these objects are "oneOf" referenced to from the wrapper.

checksumType:
  $ref: ___url_to_list_of_ checksums___
checksums:
  - name: "sha-256"
    bitLength: 256
    reference:
      label: "RFC6920"
      url: http://www.iana.org/go/rfc6920
  - name: "etag"
    bitLength: 128
...

Not exactly, but in spirit, I guess?

@susheel
Copy link
Contributor Author

susheel commented Dec 11, 2019

@mbaudis Sounds good. New SB-Checksum v0.0.2 committed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants