oss-fuzz/projects/relic/project.yaml

14 lines
275 B
YAML
Raw Normal View History

2021-01-19 14:43:11 +00:00
homepage: "https://github.com/relic-toolkit/relic"
language: c++
primary_contact: "guidovranken@gmail.com"
main_repo: "https://github.com/relic-toolkit/relic"
auto_ccs:
- "dfaranha@gmail.com"
sanitizers:
- address
- undefined
- memory
architectures:
- x86_64
- i386