Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

doc.go 426B

12345678910
  1. // (C) Copyright 2012, Jeramey Crawford <jeramey@antihe.ro>. All
  2. // rights reserved. Use of this source code is governed by a BSD-style
  3. // license that can be found in the LICENSE file.
  4. // Package common contains routines used by multiple password hashing
  5. // algorithms.
  6. //
  7. // Generally, you will never import this package directly. Many of the
  8. // *_crypt packages will import this package if they require it.
  9. package common