const-sort 0.1.0

Sort a slice of elements in constant time (with respect to slice length).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.subtle]
version = "1.0.0"
[dev-dependencies.rand]
version = "0.5.5"

[package]
authors = ["Jeremy Rubin <j@rubin.io>"]
categories = ["algorithms", "cryptography"]
description = "Sort a slice of elements in constant time (with respect to slice length)."
edition = "2018"
license = "MPL-2.0"
name = "const-sort"
repository = "https://github.com/JeremyRubin/const-sort"
version = "0.1.0"