Merge pull request #34 from sellibitze/shamir

fix typo: Samir -> Shamir
This commit is contained in:
Alexis Beingessner 2015-02-03 00:12:41 -05:00
commit a7ce42ccca
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ Now you can follow breaking changes *[as they happen][BitRust]*!
* [FFI-Platypus-Lang-Rust][perl]. Call Rust from Perl.
* [glassful]. kmc strikes again with a syntax extension that translates
from Rust syntax to OpenGL Shader Language. [/r/rust][glassful-r-rust].
* [secretshare]. Samir's secret sharing.
* [secretshare]. Shamir's secret sharing.
* [chip8-rust]. A emulator for the Chip-8 VM used to implement some
old video games. Uses Piston for graphics.
* [snowflake]. Library for generating process-unique IDs.