Port details |
- monocypher Compact cryptographic library in C
- 4.0.2 security =2 4.0.2Version of this port present on the latest quarterly branch.
- Maintainer: dch@FreeBSD.org
- Port Added: 2023-07-17 20:48:11
- Last Update: 2023-09-05 20:34:39
- Commit Hash: 145f0ec
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD2CLAUSE
- WWW:
- https://monocypher.org/
- Description:
- Monocypher is an easy to use crypto library. It is:
- Small. Sloccount counts about 1700 lines of code, small enough to
allow audits. The binaries are under 65KB.
- Easy to deploy. Just add monocypher.c and monocypher.h to your
project. They compile as C99 or C++, have no dependency, and
are dedicated to the public domain.
- Easy to use. The API is small, consistent, and cannot fail
on correct input.
- Fast. The primitives are fast to begin with, and performance
wasn't needlessly sacrificed. Monocypher holds up pretty well
against Libsodium, despite being closer in size to TweetNaCl.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- monocypher>0:security/monocypher
- To install the port:
- cd /usr/ports/security/monocypher/ && make install clean
- To add the package, run one of these commands:
- pkg install security/monocypher
- pkg install monocypher
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: monocypher
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1693924071
SHA256 (monocypher-4.0.2.tar.gz) = 38d07179738c0c90677dba3ceb7a7b8496bcfea758ba1a53e803fed30ae0879c
SIZE (monocypher-4.0.2.tar.gz) = 939996
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- security_monocypher
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.0.2 05 Sep 2023 20:34:39 |
Dave Cottlehuber (dch) |
security/monocypher: update to 4.0.2
- drop local makefile patches thanks to upstream
Differential Revision: https://reviews.freebsd.org/D41732
Sponsored by: SkunkWerks, GmbH |
4.0.1 17 Jul 2023 20:45:41 |
Dave Cottlehuber (dch) |
security/monocypher: NEW PORT - easy to use, deploy, auditable crypto library
It is written in portable C, and approaches the size of TweetNaCl,
and the speed of libsodium.
Reviewed by: zirias
Sponsored by: SkunkWerks, GmbH |