Some checks failed
		
		
	
	Build Test Deploy / docs (push) Has been cancelled
				
			Build Test Deploy / deploy (push) Has been cancelled
				
			Build Test Deploy / build-test (push) Has been cancelled
				
			Build Test Deploy / authority-container (push) Has been cancelled
				
			Docs CI / lint-and-preview (push) Has been cancelled
				
			
		
			
				
	
	
		
			12 lines
		
	
	
		
			274 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			274 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace StellaOps.Cryptography;
 | |
| 
 | |
| /// <summary>
 | |
| /// Known signature algorithm identifiers.
 | |
| /// </summary>
 | |
| public static class SignatureAlgorithms
 | |
| {
 | |
|     public const string Es256 = "ES256";
 | |
|     public const string Es384 = "ES384";
 | |
|     public const string Es512 = "ES512";
 | |
| }
 |