mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-28 19:55:53 +03:00
0b19f51a6b
* frodwith/urcrypt: (75 commits) move libaes_siv to deps fix typo in urcrypt.h libaes_siv now using tip of dfoxfranke master check for recovery header presence in configure, put -O3 in flags, move pc to distcleanfiles clean generated pkg-config file update urbit's configure to use a liburcrypt version add a versioning scheme to urcrypt remove scrypt from urbit build (in urcrypt now) move the rest of the scrypt jets to urcrypt, enable them, and correct the hoon test to match the source rfc. scr-pbk->urcrypt start scrypt porting Squashed 'pkg/urcrypt/scrypt/' content from commit a402f4116 finish porting secp jets to urcrypt pkg-config support for urcrypt, update urbit build cosmetic configure things require shared ssl when building a shared urcrypt remove some old files add autogen.sh use srcdir in -I to support out of tree builds whitespace and symbol cleanup ...
9 lines
119 B
Nix
9 lines
119 B
Nix
let
|
|
|
|
pkgs = import ../../default.nix { };
|
|
|
|
in pkgs.shellFor {
|
|
name = "urcrypt";
|
|
packages = ps: [ ps.urcrypt ];
|
|
}
|