shielded 0.1.1

Shielded Memory. Memory protection from speculation and side-channel attacks like Spectre, Meltdown, Rowhammer and Rambleed.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.ring]
version = "0.16"
[dev-dependencies.quickcheck]
version = "1"

[package]
authors = ["Ossi Herrala <oherrala@iki.fi>"]
categories = ["cryptography", "data-structures", "memory-management"]
description = "Shielded Memory. Memory protection from speculation and side-channel attacks like Spectre, Meltdown, Rowhammer and Rambleed."
edition = "2018"
homepage = "https://github.com/oherrala/shielded#readme"
keywords = ["secure", "encrypted", "memory"]
license = "MIT"
name = "shielded"
readme = "README.md"
repository = "https://github.com/oherrala/shielded"
version = "0.1.1"