
package embox.security

@DefaultImpl(no_security)
abstract module api {
	@IncludeExport(path="security")
	source "security.h"
}


