http://www.mobr.ai/ontologies/ponto#BLS
Boneh-Lynn-Shacham (BLS) is a signature scheme for voting in consensus algorithms and threshold signatures. BLS signatures have a slow signing, very slow verification, require slow and much less secure pairing friendly curves, and tend towards dangerous malleability. Yet, BLS permits a diverse array of signature aggregation options far beyond any other known signature scheme, which makes BLS a preferred scheme for voting in consensus algorithms and threshold signatures.
Instances of ponto:BLS can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ponto: <http://www.mobr.ai/ontologies/ponto#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ponto:BLS a owl:Class ;
rdfs:label "BLS" ;
rdfs:comment "Boneh-Lynn-Shacham (BLS) is a signature scheme for voting in consensus algorithms and threshold signatures. BLS signatures have a slow signing, very slow verification, require slow and much less secure pairing friendly curves, and tend towards dangerous malleability. Yet, BLS permits a diverse array of signature aggregation options far beyond any other known signature scheme, which makes BLS a preferred scheme for voting in consensus algorithms and threshold signatures." ;
rdfs:subClassOf ponto:Component .