builds

Reproducible builds, also known as deterministic compilation, is a process of compiling software which ensures the resulting binary code can be reproduced. Source code compiled using deterministic compilation will always output the same binary.Reproducible builds can act as part of a chain of trust; the source code can be signed, and deterministic compilation can prove that the binary was compiled from trusted source code.

View More On Wikipedia.org
  • 2

    josher

    Well-known Member
    • Posts
      6,745
    • Likes
      176
    • Points
      0
  • 1

    NANAIU

    Well-known Member From BD
    • Posts
      2,734
    • Likes
      63
    • Points
      0
  • 1

    Jinda

    From China
    • Posts
      1,007
    • Likes
      37
    • Points
      48
  • Back
    Top