Skip to content

[Tracking] write rustdocs for functions #78

@dongsupark

Description

@dongsupark

We already have comments for some functions, but not with the correct rustdocs format. ///
Current status:

  • src/download.rs

    • hash_on_disk
    • download_and_hash
  • src/request.rs

    • perform
  • src/util.rs

    • retry_loop
  • update-format-crau/src/delta_update.rs

    • read_delta_update_header
    • get_manifest_bytes
    • get_signatures_bytes
    • get_header_data_length
    • get_header_data_length
    • get_data_blobs
    • parse_signature_data
    • verify_sig_pubkey
  • update-format-crau/src/verify_sig.rs

    • sign_rsa_pkcs
    • verify_rsa_pkcs_buf
    • verify_rsa_pkcs_prehash
    • get_private_key_pkcs_pem
    • get_public_key_pkcs_pem
  • omaha/src/hash_types.rs

    • Hash::from_bytes
    • Hash::from_base64
    • Hash::from_hex
  • omaha/src/types.rs

    • FileSize::from_bytes
    • FileSize::bytes

Sub-issues

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions