Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 954 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 954 Bytes

urweb-crypto-random-openssl

urweb-crypto-random-openssl provides cryptographically secure random byte and blob generation facilities using OpenSSL.

This library requires Ur/Web 20150819 or later. If you use an earlier version, you will fall afoul of bug 206, and you will introduce a potentially security-relevant race condition in your application.

Installation

The standard

autoreconf -vis
./configure
make
make install

dance should work properly.

License

urweb-crypto-random-openssl is licensed under the Apache License, Version 2.0.