Skip to content

Releases: google-research/raksha

v0.1.2-Linux

29 Jun 13:40
Compare
Choose a tag to compare
v0.1.2-Linux Pre-release
Pre-release

This release exists only for building a prototype for oak/transparent-release.
The attached binary was built with #593.

The build was done with RUSTFLAGS set as follows to statically link the C libraries:
RUSTFLAGS="-C target-feature=+crt-static" cargo build --target x86_64-unknown-linux-gnu

v0.1.1-Linux

08 Apr 13:42
3b52ed6
Compare
Choose a tag to compare
v0.1.1-Linux Pre-release
Pre-release

This release exists only for building a prototype for oak/transparent-release.
The attached binary was built with #447. By contrast to v0.1-Linux it includes features for numeric comparisons, inputs from multiple sources, type declarations, and automatic generation of universe relations.

The build was done with RUSTFLAGS set as follows to statically link the C libraries:
RUSTFLAGS="-C target-feature=+crt-static" cargo build --target x86_64-unknown-linux-gnu

Authorization Logic Binary (Linux)

14 Mar 14:34
Compare
Choose a tag to compare
Pre-release

This release exists only for building a prototype for oak/transparent-release.
The attached binary was built with #447

The build was done with RUSTFLAGS set as follows to statically link the C libraries:
RUSTFLAGS="-C target-feature=+crt-static" cargo build --target x86_64-unknown-linux-gnu

Authorization Logic Binary (MacOS)

08 Mar 15:51
Compare
Choose a tag to compare
Pre-release

This release exists only for building a prototype for oak/transparent-release.
The attached binary was built with #447