{"id":19523294,"url":"https://github.com/niklasb/pse-broadcast-encryption","last_synced_at":"2026-06-19T09:31:47.486Z","repository":{"id":5308155,"uuid":"6489821","full_name":"niklasb/pse-broadcast-encryption","owner":"niklasb","description":null,"archived":false,"fork":false,"pushed_at":"2013-03-26T15:01:25.000Z","size":70288,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-26T00:49:58.544Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/niklasb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-11-01T13:11:39.000Z","updated_at":"2016-12-30T02:59:59.000Z","dependencies_parsed_at":"2022-07-05T09:34:02.364Z","dependency_job_id":null,"html_url":"https://github.com/niklasb/pse-broadcast-encryption","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/niklasb/pse-broadcast-encryption","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niklasb%2Fpse-broadcast-encryption","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niklasb%2Fpse-broadcast-encryption/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niklasb%2Fpse-broadcast-encryption/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niklasb%2Fpse-broadcast-encryption/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/niklasb","download_url":"https://codeload.github.com/niklasb/pse-broadcast-encryption/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niklasb%2Fpse-broadcast-encryption/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34526065,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-11T00:42:58.238Z","updated_at":"2026-06-19T09:31:47.470Z","avatar_url":"https://github.com/niklasb.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Building\n\nBuilding the Java components is as simple as doing\n\n    $ mvn clean install\n    $ pushd modules/server\n    $ mvn package appassembler:assemble\n    $ popd\n\nOr using the shell/batch script `tools/build-all[.cmd]`, which \ndoes exactly this.\n\n## Building the native components\n\nThere are several prerequisites:\n* standard GNU build utilities (package `build-essential` on Debian)\n* recent GCC (must support C++11)\n* GMP (can be installed through the package manager on \n       most Linux distributions, the package is called \n       `libgmp-dev` on Debian-based systems)\n* javah (part of the JDK)\n\n### Building flint\n\nJust follow the standard Linux building procedure, but don't forget\nto specify the `--reentrant` flag when configuring the library:\n\n    $ mkdir /tmp/flint; cd /tmp/flint\n    $ wget http://flintlib.org/flint-2.3.tar.gz\n    $ tar xzf flint-2.3.tar.gz\n    $ cd flint-2.3\n    $ ./configure --prefix=/usr/local --reentrant\n    $ make\n    $ sudo make install\n\n### Building the CryptoCast native components\n\nFirst you need to build the Java components as described above.\nThen you can build the C++ components:\n\n    $ cd native\n    $ make headers all\n\nThe libraries will be placed into native/lib. Now you can use the Java option\n`-Djava.library.path=/path/to/cryptocast/native/lib` if you want to start\na program that makes use of these libraries. The starter scripts\n`bin/server` and `bin/benchmark` already specifiy this flag.\n\n# Running\n\nRunning the server (will use the native components if possible):\n\n    $ bin/server\n\non Windows:\n\n    $ bin\\server.bat\n\n## Deploying the client app\n\n    $ pushd modules/client\n    $ mvn android:deploy\n    $ popd\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniklasb%2Fpse-broadcast-encryption","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fniklasb%2Fpse-broadcast-encryption","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniklasb%2Fpse-broadcast-encryption/lists"}