secmem-alloc 0.1.0

Custom allocators for secret memory
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# {{ crate }}
    {%- if license is defined %} ![License: {{ license }}](https://img.shields.io/badge/license-{{ license | replace(from="-", to="--") | urlencode }}-blue){% endif %}
    {%- if crate is defined %} [![{{ crate }} on crates.io](https://img.shields.io/crates/v/{{ crate | urlencode }})](https://crates.io/crates/{{ crate | urlencode }}){% endif %}
    {%- if repository is defined %} [![Source Code Repository](https://img.shields.io/badge/Code-On%20GitHub-blue?logo=GitHub)]({{ repository }}){% endif %}

{{ readme }}
## TODOs
 - [ ] write a more comprehensive readme
 - [ ] improve documentation
 - [ ] make secure memory allocator available on more platforms (windows)

{%- if links != "" %}
{{ links }}
{%- endif %}